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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1140813003: NTP Zombie Code Slayer III, The Saga Continues: Foreign Sessions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@suggestions-page
Patch Set: found more zombies Created 5 years, 7 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 e8d60b3417984b37ad068a4a39725d0e22b16660..9b40b56f5c43a9bcadd47ff973fe402ac474b34e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -281,9 +281,6 @@ const char kDisableNewBookmarkApps[] = "disable-new-bookmark-apps";
// and instead uses the old error page generated by OfflineResourceThrottle.
const char kDisableNewOfflineErrorPage[] = "disable-new-offline-error-page";
-// Disables the menu on the NTP for accessing sessions from other devices.
-const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu";
-
// Disable auto-reload of error pages if offline.
const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload";

Powered by Google App Engine
This is Rietveld 408576698