Chromium Code Reviews| 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"; |