Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 61782) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -234,6 +234,10 @@ |
| // builds. |
| const char kDisableLogging[] = "disable-logging"; |
| +// Disable the Page Info SSL dialog as a bubble, reverting back to a separate |
| +// window. |
| +const char kDisableNewPageInfoBubble[] = "disable-new-page-info-bubble"; |
|
Robert Sesek
2010/10/07 16:15:22
nit: align '=' with other lines
|
| + |
| // Whether we should prevent the new tab page from showing the first run |
| // notification. |
| const char kDisableNewTabFirstRun[] = "disable-new-tab-first-run"; |
| @@ -467,9 +471,6 @@ |
| // Enable Native Web Worker support. |
| const char kEnableNativeWebWorkers[] = "enable-native-web-workers"; |
| -// Enables the Page Info SSL dialog as a bubble, rather than a separate window. |
| -const char kEnableNewPageInfoBubble[] = "enable-new-page-info-bubble"; |
| - |
| // Enable content settings based on host *and* plug-in. |
| const char kEnableResourceContentSettings[] = |
| "enable-resource-content-settings"; |