diff options
author | zelidrag <zelidrag@chromium.org> | 2014-11-13 20:05:53 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-14 04:06:10 +0000 |
commit | 459b11b10f0f18c4111bcfa973be5244171f1412 (patch) | |
tree | 9fbaf5f612ccf17981138a87fc11e989494bc486 /chromeos/chromeos_switches.h | |
parent | 04a9958219dd71e823dc04819abe75b5f9eb7e38 (diff) | |
download | chromium_src-459b11b10f0f18c4111bcfa973be5244171f1412.zip chromium_src-459b11b10f0f18c4111bcfa973be5244171f1412.tar.gz chromium_src-459b11b10f0f18c4111bcfa973be5244171f1412.tar.bz2 |
Added UI to enable debugging features on CrOS
BUG=403165
TEST=EnableDebuggingNonDevTest.NoShowInNonDevMode, EnableDebuggingTest.ShowAndCancelRemoveProtection, EnableDebuggingTest.ShowAndRemoveProtection, EnableDebuggingTest.ShowSetup, WizardControllerEnableDebuggingTest.ShowAndCancelEnableDebugging
TBR=mnissler
Review URL: https://codereview.chromium.org/539273002
Cr-Commit-Position: refs/heads/master@{#304161}
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 049c1dc..c14a7d1 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -84,6 +84,7 @@ CHROMEOS_EXPORT extern const char kPowerStub[]; CHROMEOS_EXPORT extern const char kShillStub[]; CHROMEOS_EXPORT extern const char kSmsTestMessages[]; CHROMEOS_EXPORT extern const char kStubCrosSettings[]; +CHROMEOS_EXPORT extern const char kSystemDevMode[]; CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[]; CHROMEOS_EXPORT extern const char kWakeOnPackets[]; |