Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1022)

Unified Diff: chrome/common/chrome_switches.cc

Issue 3519016: Enable the new page info bubble by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698