| Index: chrome/browser/ui/browser_init.cc
|
| diff --git a/chrome/browser/ui/browser_init.cc b/chrome/browser/ui/browser_init.cc
|
| index b33ac2421e3a5d53b895379dc3c05b9ea98115d3..547cc244efaa5add460cc98523cbf4f20eacdb69 100644
|
| --- a/chrome/browser/ui/browser_init.cc
|
| +++ b/chrome/browser/ui/browser_init.cc
|
| @@ -1346,10 +1346,6 @@ void BrowserInit::LaunchWithProfile::AddBadFlagsInfoBarIfNecessary(
|
| switches::kSingleProcess,
|
| switches::kNoSandbox,
|
| switches::kInProcessWebGL,
|
| - // This should only be used for tests and to disable Protector on ChromeOS.
|
| -#if !defined(OS_CHROMEOS)
|
| - switches::kNoProtector,
|
| -#endif
|
| NULL
|
| };
|
|
|
|
|