| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 78056316518ebd3d7431641b4ad4b6ebe14ea271..657419d81b30e80b95acaea1f7fcbbb98f44521e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -836,6 +836,9 @@ const char kSpeechRecognitionTrayNotificationShownContexts[] =
|
| // Boolean controlling whether history saving is disabled.
|
| const char kSavingBrowserHistoryDisabled[] = "history.saving_disabled";
|
|
|
| +// Boolean controlling whether SafeSearch is forced on users.
|
| +const char kSafeSearchEnabled[] = "settings.safesearch";
|
| +
|
| #if defined(TOOLKIT_GTK)
|
| // GTK specific preference on whether we should match the system GTK theme.
|
| const char kUsesSystemTheme[] = "extensions.theme.use_system";
|
|
|