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

Unified Diff: chrome/browser/about_flags.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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index fb9d002fa7cfd58021b2a1e46342fe2f65eb3ec1..4b3d94df96fd203f635a01a43bb6d72574cf1269 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -582,11 +582,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kWebUITaskManager)
},
{
- "disable-ntp-other-sessions-menu",
+ "enable-ntp-other-sessions-menu",
IDS_FLAGS_NTP_OTHER_SESSIONS_MENU_NAME,
IDS_FLAGS_NTP_OTHER_SESSIONS_MENU_DESCRIPTION,
kOsAll,
- SINGLE_VALUE_TYPE(switches::kDisableNTPOtherSessionsMenu)
+ SINGLE_VALUE_TYPE(switches::kEnableNTPOtherSessionsMenu)
},
#if defined(USE_AURA)
{
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | chrome/browser/resources/ntp4/new_tab.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698