| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a1565fcca95d6d02654ef12fed20a666cd73f38f..4cd46b753db48d78b11d06127087dd36c29fed51 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -683,10 +683,6 @@ const char kInstantProcess[] = "instant-process";
|
| // The URL for the interests API.
|
| const char kInterestsURL[] = "interests-url";
|
|
|
| -// Invalidation service should use GCM network channel even if experiment is not
|
| -// enabled.
|
| -const char kInvalidationUseGCMChannel[] = "invalidation-use-gcm-channel";
|
| -
|
| // Enables site isolation for all chrome-extension:// urls.
|
| const char kIsolateExtensions[] = "isolate-extensions";
|
|
|
|
|