diff options
author | chirantan <chirantan@chromium.org> | 2014-09-15 19:06:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-16 02:08:50 +0000 |
commit | 6e3f35be628105d6d5d2c570de866f22bcd1f2bc (patch) | |
tree | 3b7157f051e102814ccb314bdecef048973a5741 /chromeos/chromeos_switches.h | |
parent | 764ceed3b786f3e92fa39d547ae55b0082c0601e (diff) | |
download | chromium_src-6e3f35be628105d6d5d2c570de866f22bcd1f2bc.zip chromium_src-6e3f35be628105d6d5d2c570de866f22bcd1f2bc.tar.gz chromium_src-6e3f35be628105d6d5d2c570de866f22bcd1f2bc.tar.bz2 |
Add lucid sleep flag and debugging helper
Add a flag for lucid sleep so that apps that wish to start working with it can
do so while it's still under development. Also to help with testing when the
lid is closed, add a class that will flash the light bar when the system is in dark
resume.
BUG=397328
Signed-off-by: Chirantan Ekbote <chirantan@chromium.org>
Review URL: https://codereview.chromium.org/566993002
Cr-Commit-Position: refs/heads/master@{#294972}
Diffstat (limited to 'chromeos/chromeos_switches.h')
-rw-r--r-- | chromeos/chromeos_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h index 690382d..76fce27 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -78,6 +78,7 @@ CHROMEOS_EXPORT extern const char kShowHostPairingDemo[]; CHROMEOS_EXPORT extern const char kSmsTestMessages[]; CHROMEOS_EXPORT extern const char kStubCrosSettings[]; CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[]; +CHROMEOS_EXPORT extern const char kWakeOnPackets[]; CHROMEOS_EXPORT extern const char kEnableScreenshotTestingWithMode[]; CHROMEOS_EXPORT extern const char kGoldenScreenshotsDir[]; CHROMEOS_EXPORT extern const char kArtifactsDir[]; |