| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e8cb7f93a7f2da20f2ca1ac92ba3b7c5e59494bc..84d5225cbc120dc6abe212bdcb9e05ccd5f7d6d3 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -852,6 +852,10 @@ const char kIgnoreUrlFetcherCertRequests[] =
|
| // Causes the browser to launch directly in incognito mode.
|
| const char kIncognito[] = "incognito";
|
|
|
| +// Invalidation service should use GCM network channel even if experiment is not
|
| +// enabled.
|
| +const char kInvalidationUseGCMChannel[] = "invalidation-use-gcm-channel";
|
| +
|
| // Causes Chrome to attempt to get metadata from the webstore for the
|
| // app/extension ID given, and then prompt the user to download and install it.
|
| const char kInstallFromWebstore[] = "install-from-webstore";
|
|
|