... will look into some unit and integration testing for all metrics code next in a separate CL.
Review URL: http://codereview.chromium.org/1863002
diff --git a/metrics/session_states.h b/metrics/session_states.h
new file mode 100644
index 0000000..293dbd9
--- /dev/null
+++ b/metrics/session_states.h
@@ -0,0 +1,17 @@
+// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// A table of user session states, to be included when building tabular things.
+//
+// See network_states.h for details.
+
+
+#ifndef STATE
+#define STATE(name, capname)
+#endif
+
+STATE(started, Started)
+STATE(stopped, Stopped)
+
+#undef STATE