| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 717b6a27ea661fe5e35d422ee0815e510f5ca820..c9c229e52c012831509454924f83b53929c6ceae 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -923,8 +923,8 @@ const char kProfilingFlush[] = "profiling-flush";
|
| // Specifies a custom URL for fetching NTP promo data.
|
| const char kPromoServerURL[] = "promo-server-url";
|
|
|
| -// Enables the protector.
|
| -const char kProtector[] = "protector";
|
| +// Disables the protector.
|
| +const char kNoProtector[] = "no-protector";
|
|
|
| // Forces proxy auto-detection.
|
| const char kProxyAutoDetect[] = "proxy-auto-detect";
|
|
|