summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.h
diff options
context:
space:
mode:
authorxhwang <xhwang@chromium.org>2015-03-30 21:17:21 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-31 04:17:56 +0000
commitf94f269e9cce7ea603f49c2a3e11e6a3e386d4fa (patch)
tree5b942f5e2ec4b660270573ee9434ed32ce0b03f6 /chromeos/chromeos_switches.h
parent9e2b282e1a448ad6b3f4f3717efa5d7b376d106b (diff)
downloadchromium_src-f94f269e9cce7ea603f49c2a3e11e6a3e386d4fa.zip
chromium_src-f94f269e9cce7ea603f49c2a3e11e6a3e386d4fa.tar.gz
chromium_src-f94f269e9cce7ea603f49c2a3e11e6a3e386d4fa.tar.bz2
media: Disable platform verification in dev mode.
Platform verification is disabled in dev mode unless overridden by the flag --allow-ra-in-dev-mode. BUG=314782 TEST=Manually tested in dev mode. Review URL: https://codereview.chromium.org/1046963003 Cr-Commit-Position: refs/heads/master@{#322975}
Diffstat (limited to 'chromeos/chromeos_switches.h')
-rw-r--r--chromeos/chromeos_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index 1c21f0c..fb3d47a 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -21,6 +21,7 @@ namespace switches {
// see chromeos::LoginUtil::GetOffTheRecordCommandLine().)
// Please keep alphabetized.
+CHROMEOS_EXPORT extern const char kAllowRAInDevMode[];
CHROMEOS_EXPORT extern const char kAppOemManifestFile[];
CHROMEOS_EXPORT extern const char kArtifactsDir[];
CHROMEOS_EXPORT extern const char kAshWebUIInit[];