Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 29c540fb506e8e18441430532a0a127d54357942..92302743c143fc7ac21525a2c008dd8fb6f468ec 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -535,6 +535,9 @@ 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"; |
|
Nikita (slow)
2012/06/09 09:23:43
Please flag to about:flags that would define 2 swi
Nikita (slow)
2012/06/09 09:29:01
Actually only --enable-html5-camera is now needed.
|
| + |
| // 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 |