| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 5463967123b5603d3a2c502d2177bf20bdc1999e..5270bc5c6d06483b89e58616d544569c3bc323c1 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -583,12 +583,6 @@ const char kExtensionsNotWebstore[] = "extensions-not-webstore";
|
| // Frequency in seconds for Extensions auto-update.
|
| const char kExtensionsUpdateFrequency[] = "extensions-update-frequency";
|
|
|
| -// Fakes the channel of the browser for purposes of Variations filtering. This
|
| -// is to be used for testing only. Possible values are "stable", "beta", "dev"
|
| -// and "canary". Note that this only applies if the browser's reported channel
|
| -// is UNKNOWN.
|
| -const char kFakeVariationsChannel[] = "fake-variations-channel";
|
| -
|
| // If this flag is present then this command line is being delegated to an
|
| // already running chrome process via the fast path, ie: before chrome.dll is
|
| // loaded. It is useful to tell the difference for tracking purposes.
|
| @@ -1146,11 +1140,6 @@ const char kV8PacMojoInProcess[] = "v8-pac-mojo-in-process";
|
| // Enables using an out-of-process Mojo service for the v8 proxy resolver.
|
| const char kV8PacMojoOutOfProcess[] = "v8-pac-mojo-out-of-process";
|
|
|
| -// Specifies a custom URL for the server which reports variation data to the
|
| -// client. Specifying this switch enables the Variations service on
|
| -// unofficial builds. See variations_service.cc.
|
| -const char kVariationsServerURL[] = "variations-server-url";
|
| -
|
| // Prints version information and quits.
|
| const char kVersion[] = "version";
|
|
|
|
|