Chromium Code Reviews| Index: chrome/common/url_constants.cc |
| =================================================================== |
| --- chrome/common/url_constants.cc (revision 180071) |
| +++ chrome/common/url_constants.cc (working copy) |
| @@ -508,6 +508,8 @@ |
| const char kExtensionResourceScheme[] = "chrome-extension-resource"; |
| +const char kChromeSearchScheme[] = "chrome-search"; |
| + |
| // Google SafeSearch query parameters. |
| const char kSafeSearchSafeParameter[] = "safe=active"; |
| const char kSafeSearchSsuiParameter[] = "ssui=on"; |