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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1410773008: [Chrome flag] Remove unused chrome flag entry for Suggestions Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial Created 5 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
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 4cd46b753db48d78b11d06127087dd36c29fed51..ff370f15fa64bda4580814f1f0b0cae4c9edbda8 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -332,9 +332,6 @@ const char kDisableSessionCrashedBubble[] = "disable-session-crashed-bubble";
// and allocates certain resources accordingly.
const char kDisableSiteEngagementService[] = "disable-site-engagement-service";
-// Disables the suggestions service.
-const char kDisableSuggestionsService[] = "disable-suggestions-service";
-
// Disables syncing browser data to a Google Account.
const char kDisableSync[] = "disable-sync";
@@ -535,9 +532,6 @@ const char kDisableSimplifiedFullscreenUI[] =
// allocates certain resources accordingly.
const char kEnableSiteEngagementService[] = "enable-site-engagement-service";
-// Enables the suggestions service.
-const char kEnableSuggestionsService[] = "enable-suggestions-service";
-
// Enables the supervised user managed bookmarks folder.
const char kEnableSupervisedUserManagedBookmarksFolder[] =
"enable-supervised-user-managed-bookmarks-folder";
« 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