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

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: Minor last changes. Merged with the latest version from the tree. 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 0b6adb79a76f250c6565c9a23db650ce30e21ae5..0f820b1e30fc6bea61061c5b7606ca5439fcd2c0 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