Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 17638) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -481,4 +481,7 @@ |
| // to avoid having the default browser info-bar displayed. |
| const wchar_t kNoDefaultBrowserCheck[] = L"no-default-browser-check"; |
| +// Enables the benchmarking extensions. |
| +const wchar_t kEnableBenchmarking[] = L"enable-benchmarking"; |
| + |
| } // namespace switches |