Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: chrome/common/pref_names.cc

Issue 1056003003: Policy: Ignore ForceSafeSearch if ForceGoogleSafeSearch or ForceYoutubeSafetyMode are enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Android Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698