Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 127896) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -1149,6 +1149,9 @@ |
| // testing flag. |
| const char kUseSpdy[] = "use-spdy"; |
| +// Enable SPDY/3. This is a temporary testing flag. |
| +const char kEnableSPDY3[] = "enable-spdy3"; |
| + |
| // Ignores certificate-related errors. |
| const char kIgnoreCertificateErrors[] = "ignore-certificate-errors"; |