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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9582022: Make NTP other sessions menu off disabled by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 0454c9eb8549308eaf5320ca2b4d7366cdc73fae..542202ff65c1954eb30b381093aa7485e6093d42 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -533,11 +533,11 @@ const char kEnableNaClDebug[] = "enable-nacl-debug";
// Enables hardware exception handling via debugger process.
const char kEnableNaClExceptionHandling[] = "enable-nacl-exception-handling";
-// Disables the menu on the NTP for accessing sessions from other devices.
-const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu";
+// Enables the menu on the NTP for accessing sessions from other devices.
+const char kEnableNTPOtherSessionsMenu[] = "enable-ntp-other-sessions-menu";
// Enables panels (always on-top docked pop-up windows).
-const char kEnablePanels[] = "enable-panels";
+const char kEnablePanels[] = "enable-panels";
// Enables password generation when we detect that the user is going through
// account creation.
« chrome/browser/resources/ntp4/new_tab.html ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698