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[] |