| Index: chrome/browser/protector/protector_utils.cc
|
| diff --git a/chrome/browser/protector/protector_utils.cc b/chrome/browser/protector/protector_utils.cc
|
| index c8ffe61e79ecc10f90a24976f111350c70f03e09..80adc399f241028c9854ecfbaba09fda7ccd4efa 100644
|
| --- a/chrome/browser/protector/protector_utils.cc
|
| +++ b/chrome/browser/protector/protector_utils.cc
|
| @@ -41,7 +41,7 @@ bool IsSettingValid(const std::string& value, const std::string& signature) {
|
| }
|
|
|
| bool IsEnabled() {
|
| - return !CommandLine::ForCurrentProcess()->HasSwitch(switches::kNoProtector);
|
| + return CommandLine::ForCurrentProcess()->HasSwitch(switches::kProtector);
|
| }
|
|
|
| } // namespace protector
|
|
|