| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index c3eeeafebe060ba4d3226cd79df72b2e3f9063cd..75a06ef7d887860dc80b6f0f6948ee9e33bf4a00 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -501,4 +501,8 @@ const int kNumberOfChromeDebugURLs =
|
| const char kExtensionScheme[] = "chrome-extension";
|
| const char kExtensionResourceScheme[] = "chrome-extension-resource";
|
|
|
| +// Google SafeSearch query parameters.
|
| +const char kSafeSearchSafeParameter[] = "safe=active";
|
| +const char kSafeSearchSsuiParameter[] = "ssui=on";
|
| +
|
| } // namespace chrome
|
|
|