| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 15cd571e16d58644c1bff255fd6d312f5adc99b9..23e3463dfc44d9aa6e80fc9869ba796c7d7bb53a 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -494,4 +494,7 @@ const int kNumberOfChromeDebugURLs =
|
| const char kExtensionScheme[] = "chrome-extension";
|
| const char kExtensionResourceScheme[] = "chrome-extension-resource";
|
|
|
| +// Safesearch query parameters.
|
| +const char kSafeSearchParameters[] = "safe=active&ssui=on";
|
| +
|
| } // namespace chrome
|
|
|