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

Unified Diff: chrome/common/pref_names.h

Issue 11186002: Add a SafeSearch preference, policy and implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased with the latest tree version Created 8 years, 1 month 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 713da64e7ef1e3226712459c5285569e8c3a5d1e..66de25bb02007e387c0287495c4b4103cd28e26d 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -302,6 +302,7 @@ extern const char kSpeechRecognitionTrayNotificationShownContexts[];
extern const char kEnabledLabsExperiments[];
extern const char kEnableAutoSpellCorrect[];
extern const char kSavingBrowserHistoryDisabled[];
+extern const char kForceSafeSearch[];
extern const char kDeleteTimePeriod[];
#if defined(TOOLKIT_GTK)
extern const char kUsesSystemTheme[];

Powered by Google App Engine
This is Rietveld 408576698