Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Unified Diff: chrome/common/chrome_switches.cc

Issue 10810073: [cros] Flip enable-html5-camera switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 95387a0b70e7c53862536c66453fffed21a6fde7..fc61058594076e768a867f2b0404b84de3b9da90 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -543,9 +543,6 @@ const char kEnableFileCookies[] = "enable-file-cookies";
// Without this flag, pipelining will never be used.
const char kEnableHttpPipelining[] = "enable-http-pipelining";
-// Enables new WebRTC implementation of user image picker.
-const char kEnableHtml5Camera[] = "enable-html5-camera";
-
// Enable Instant extended API.
const char kEnableInstantExtendedAPI[] = "enable-instant-extended-api";
@@ -1344,8 +1341,11 @@ const char kTabletUI[] = "tablet-ui";
// Disables gdata content provider.
const char kDisableGData[] = "disable-gdata";
+// Disables new WebRTC implementation of user image picker.
+const char kDisableHtml5Camera[] = "disable-html5-camera";
+
// Disables new OOBE/sign in design.
-extern const char kDisableNewOobe[] = "disable-new-oobe";
+const char kDisableNewOobe[] = "disable-new-oobe";
// Enables touchpad three-finger-click as middle button.
const char kEnableTouchpadThreeFingerClick[]

Powered by Google App Engine
This is Rietveld 408576698