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