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. |