From f94f269e9cce7ea603f49c2a3e11e6a3e386d4fa Mon Sep 17 00:00:00 2001 From: xhwang Date: Mon, 30 Mar 2015 21:17:21 -0700 Subject: 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} --- chromeos/chromeos_switches.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chromeos/chromeos_switches.h') 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[]; -- cgit v1.1