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

Unified Diff: chrome/common/chrome_switches.cc

Issue 250033004: [Suggestions] Add a flag for the Suggestions Service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« chrome/common/chrome_switches.h ('K') | « 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 244c5757ad4f06139da2e740e7df975f9d2e6e17..1bfb12806cb45c9064021de6a25b3b96f3d96470 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -373,6 +373,9 @@ const char kDisableSearchButtonInOmnibox[] =
// Disable SPDY/3.1. This is a temporary testing flag.
const char kDisableSpdy31[] = "disable-spdy31";
+// Disables the suggestions service.
+const char kDisableSuggestionsService[] = "disable-suggestions-service";
beaudoin 2014/04/23 21:43:17 For consistency, align equals (or wrap if it doesn
Mathieu 2014/04/24 13:23:11 Done.
+
// Disables syncing browser data to a Google Account.
const char kDisableSync[] = "disable-sync";
@@ -640,6 +643,9 @@ const char kEnableStackedTabStrip[] = "enable-stacked-tab-strip";
// Enables an experimental hosted app experience.
const char kEnableStreamlinedHostedApps[] = "enable-streamlined-hosted-apps";
+// Enables the suggestions service.
+const char kEnableSuggestionsService[] = "enable-suggestions-service";
beaudoin 2014/04/23 21:43:17 Same here.
Mathieu 2014/04/24 13:23:11 Done.
+
// Enables synced notifications.
const char kEnableSyncSyncedNotifications[] =
"enable-sync-synced-notifications";
« chrome/common/chrome_switches.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698