| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 6d6e6b32bd846333d58046e035789aed4d53752b..1f5c2c0488beb3af9e08f410a2a42822aa457038 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -494,12 +494,6 @@ const char kAlternateProtocolServers[] = "spdy.alternate_protocol";
|
| // Disables the listed protocol schemes.
|
| const char kDisabledSchemes[] = "protocol.disabled_schemes";
|
|
|
| -// Blocks access to the listed host patterns.
|
| -const char kUrlBlacklist[] = "policy.url_blacklist";
|
| -
|
| -// Allows access to the listed host patterns, as exceptions to the blacklist.
|
| -const char kUrlWhitelist[] = "policy.url_whitelist";
|
| -
|
| #if defined(OS_ANDROID)
|
| // Last time that a check for cloud policy management was done. This time is
|
| // recorded on Android so that retries aren't attempted on every startup.
|
|
|