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

Unified Diff: chrome/browser/idle.h

Issue 8702009: Add device status reports to policy requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
Index: chrome/browser/idle.h
diff --git a/chrome/browser/idle.h b/chrome/browser/idle.h
index dfda8d78fb33533441c0237b24ec17938e3709d9..4c9e791bf37c61192ba24af101c0965af0207f46 100644
--- a/chrome/browser/idle.h
+++ b/chrome/browser/idle.h
@@ -10,7 +10,7 @@
enum IdleState {
IDLE_STATE_ACTIVE = 0,
- IDLE_STATE_IDLE = 1, // No activity within threshold.
+ IDLE_STATE_IDLE = 1, // No activity within threshold.
IDLE_STATE_LOCKED = 2, // Only available on supported systems.
IDLE_STATE_UNKNOWN = 3 // Used when waiting for the Idle state or in error
// conditions
« no previous file with comments | « no previous file | chrome/browser/policy/browser_policy_connector.cc » ('j') | chrome/browser/policy/browser_policy_connector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698