Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: src/platform/metrics/screensaver_states.h

Issue 1863002: Add basic daily active use logging. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Address review comments. Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/metrics/power_states.h ('k') | src/platform/metrics/session_states.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/metrics/screensaver_states.h
diff --git a/src/platform/metrics/screensaver_states.h b/src/platform/metrics/screensaver_states.h
new file mode 100644
index 0000000000000000000000000000000000000000..340142eaa2d7c0f6c08fa11b94a0092a9b460364
--- /dev/null
+++ b/src/platform/metrics/screensaver_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 screen-saver states, to be included when building tabular things.
+//
+// See network_states.h for details.
+
+
+#ifndef STATE
+#define STATE(name, capname)
+#endif
+
+STATE(locked, Locked)
+STATE(unlocked, Unlocked)
+
+#undef STATE
« no previous file with comments | « src/platform/metrics/power_states.h ('k') | src/platform/metrics/session_states.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698