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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10532048: [cros] Initial WebRTC-enabled implementation of user image picker on OOBE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 2ff0a2ef7466afc076d27e6cceaadc74c42fbdd5..af7720429ad259e9e968a2e4da0a90495a4f4aae 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -532,6 +532,8 @@ const char kEnableFileCookies[] = "enable-file-cookies";
// Without this flag, pipelining will never be used.
const char kEnableHttpPipelining[] = "enable-http-pipelining";
+const char kEnableHtml5Camera[] = "enable-html5-camera";
+
// Enables IPv6 support, even if probes suggest that it may not be fully
// supported. Some probes may require internet connections, and this flag will
// allow support independent of application testing. This flag overrides
@@ -1153,6 +1155,8 @@ const char kSocketReusePolicy[] = "socket-reuse-policy";
// Starts the browser maximized, regardless of any previous settings.
const char kStartMaximized[] = "start-maximized";
+const char kStubUser[] = "stub-user";
Nikita (slow) 2012/06/07 15:26:55 Comment?
Ivan Korotkov 2012/06/09 14:19:01 Removed
+
// Controls the width of time-of-day filters on the 'suggested' ntp page, in
// minutes.
const char kSuggestionNtpFilterWidth[] = "suggestion-ntp-filter-width";

Powered by Google App Engine
This is Rietveld 408576698