| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 589579111b5a5a2a169e2f4cabba584b410c991c..e52435792dfd3099597d04c0e4407a3a0a5c1087 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -896,9 +896,6 @@ const char kNoNetworkProfileWarning[] = "no-network-profile-warning";
|
| // Don't send hyperlink auditing pings
|
| const char kNoPings[] = "no-pings";
|
|
|
| -// Disables the Protector feature.
|
| -const char kNoProtector[] = "no-protector";
|
| -
|
| // Don't use a proxy server, always make direct connections. Overrides any
|
| // other proxy server flags that are passed.
|
| const char kNoProxyServer[] = "no-proxy-server";
|
| @@ -1045,6 +1042,9 @@ const char kProfilingFlush[] = "profiling-flush";
|
| // Specifies a custom URL for fetching NTP promo data.
|
| const char kPromoServerURL[] = "promo-server-url";
|
|
|
| +// Enables the Protector feature.
|
| +const char kProtector[] = "protector";
|
| +
|
| // Forces proxy auto-detection.
|
| const char kProxyAutoDetect[] = "proxy-auto-detect";
|
|
|
|
|