| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 6e6f44e5ef25bd231f00e87782a87e71876eb030..3d3c66543ae0d2a6b180a7f5241f8cce225e1cd0 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
|
|
|