| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index c3678fc0cef58e92bda79f8c3a45c81ba9014d89..8f874ca77fd881ce89676ea0fada8d1c4575bd75 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -880,12 +880,6 @@ const char kSavingBrowserHistoryDisabled[] = "history.saving_disabled";
|
| // permitted.
|
| const char kAllowDeletingBrowserHistory[] = "history.deleting_enabled";
|
|
|
| -// Boolean controlling whether SafeSearch is mandatory for Google Web Searches
|
| -// and also whether Safety Mode is mandatory on YouTube.
|
| -// DEPRECATED: This is replaced by kForceGoogleSafeSearch and
|
| -// kForceYouTubeSafetyMode, and still exists for legacy reasons only.
|
| -const char kForceSafeSearch[] = "settings.force_safesearch";
|
| -
|
| // Boolean controlling whether SafeSearch is mandatory for Google Web Searches.
|
| const char kForceGoogleSafeSearch[] = "settings.force_google_safesearch";
|
|
|
|
|