Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index b734272a9293a33e91eb59b50a3ce9338d7de35a..a64dd33c53b03106aa338187e50762ea21779151 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -842,6 +842,9 @@ const char kSpeechRecognitionTrayNotificationShownContexts[] = |
// Boolean controlling whether history saving is disabled. |
const char kSavingBrowserHistoryDisabled[] = "history.saving_disabled"; |
+// Boolean controlling whether SafeSearch is mandatory for Google Web Searches. |
+const char kForceSafeSearch[] = "settings.force_safesearch"; |
+ |
#if defined(TOOLKIT_GTK) |
// GTK specific preference on whether we should match the system GTK theme. |
const char kUsesSystemTheme[] = "extensions.theme.use_system"; |