diff options
author | dubroy@chromium.org <dubroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-09 11:40:49 +0000 |
---|---|---|
committer | dubroy@chromium.org <dubroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-09 11:40:49 +0000 |
commit | 9e5fbc9ea76ce84daa984f3dc0dde7c3478a7fc1 (patch) | |
tree | 2622c03c01a302d60fa82b376618c8fb2aed5869 /chrome/browser/idle.h | |
parent | 59fe8f8f4807dd692bd9a9b99e08f400553f4d2c (diff) | |
download | chromium_src-9e5fbc9ea76ce84daa984f3dc0dde7c3478a7fc1.zip chromium_src-9e5fbc9ea76ce84daa984f3dc0dde7c3478a7fc1.tar.gz chromium_src-9e5fbc9ea76ce84daa984f3dc0dde7c3478a7fc1.tar.bz2 |
Add device status reports to policy requests.
BUG=chromium-os:22035
TEST=
Review URL: http://codereview.chromium.org/8702009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113791 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/idle.h')
-rw-r--r-- | chrome/browser/idle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/idle.h b/chrome/browser/idle.h index dfda8d7..4c9e791 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 |