| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index d320e84640eab8649bdd19b22ee8e2eebc177e5e..0bcd98e2e9844faad5a443a204514dfb521e92ae 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -245,7 +245,6 @@ extern const char kNoManaged[];
|
| extern const char kNoNetworkProfileWarning[];
|
| extern const char kNoProxyServer[];
|
| extern const char kNoPings[];
|
| -extern const char kNoProtector[];
|
| extern const char kNoRunningInsecureContent[];
|
| extern const char kNoServiceAutorun[];
|
| extern const char kNoStartupWindow[];
|
| @@ -284,6 +283,7 @@ extern const char kProfilingFile[];
|
| extern const char kProfilingFlush[];
|
| extern const char kProfilingOutputFile[];
|
| extern const char kPromoServerURL[];
|
| +extern const char kProtector[];
|
| extern const char kProxyAutoDetect[];
|
| extern const char kProxyBypassList[];
|
| extern const char kProxyPacUrl[];
|
|
|