Chromium Code Reviews| 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"; |