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

Unified Diff: chrome/common/chrome_switches.h

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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index a362b34ab36c4108b9f1e498c22ce6d17f0890a4..89e79745fc2da89d3e2d29c2636bd561a4e437c7 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -153,7 +153,6 @@ extern const char kEnableExtensionTimelineApi[];
extern const char kEnableFramelessConstrainedDialogs[];
extern const char kEnableFileCookies[];
extern const char kEnableHttpPipelining[];
-extern const char kEnableHtml5Camera[];
extern const char kEnableInstantExtendedAPI[];
extern const char kEnableIPv6[];
extern const char kEnableIPCFuzzing[];
@@ -365,6 +364,7 @@ extern const char kTabletUI[];
#if defined(OS_CHROMEOS)
// Keep switches in alphabetical order.
extern const char kDisableGData[];
+extern const char kDisableHtml5Camera[];
extern const char kDisableNewOobe[];
extern const char kEnableTouchpadThreeFingerClick[];
extern const char kSkipOAuthLogin[];

Powered by Google App Engine
This is Rietveld 408576698