Chromium Code Reviews| Index: chrome/common/url_constants.cc |
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc |
| index 6e6f44e5ef25bd231f00e87782a87e71876eb030..fc54cd6a8c790ad5ab706afecc886215117fc5df 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"; |
| +// Safesearch query parameters. |
|
battre
2012/10/30 12:56:10
nit: s/Safesearch/Google SafeSearch/
Sergiu
2012/10/30 21:58:17
Done.
|
| +const char kSafeSearchSafeParameter[] = "safe=active"; |
| +const char kSafeSearchSsuiParameter[] = "ssui=on"; |
| + |
| } // namespace chrome |