| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a92ec595d53cb759fa9e4a59c488183b81697d5f..a7873c17dd757cbd74cef1330e21f082021df6ba 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -983,10 +983,6 @@ const char kSbDisableDownloadProtection[] =
|
| const char kSbDisableExtensionBlacklist[] =
|
| "safebrowsing-disable-extension-blacklist";
|
|
|
| -// Disables safebrowsing feature that provides a side-effect free whitelist.
|
| -const char kSbDisableSideEffectFreeWhitelist[] =
|
| - "safebrowsing-disable-side-effect-free-whitelist";
|
| -
|
| // Causes the process to run as a service process.
|
| const char kServiceProcess[] = "service";
|
|
|
|
|