Chromium Code Reviews| Index: chrome/common/url_constants.cc |
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc |
| index aca09f276579fa05952e243c276cf2c5c4d2b722..5d1c576323d2ec168a23b1e654371c933553d652 100644 |
| --- a/chrome/common/url_constants.cc |
| +++ b/chrome/common/url_constants.cc |
| @@ -521,6 +521,7 @@ const char kChromeSearchLocalOmniboxPopupURL[] |
| = "chrome-search://local-omnibox-popup/local-omnibox-popup.html"; |
| const char kChromeSearchSuggestionHost[] = "suggestion"; |
| +const char kChromeSearchSuggestionURL[] = "chrome-search://suggestion/"; |
|
Dan Beam
2013/04/08 16:46:58
s/URL/Url/
Jered
2013/04/08 21:43:16
This way is consistent with most usage in this fil
Dan Beam
2013/04/09 03:56:05
This is the old (not endorsed way). Just ignore t
Jered
2013/04/09 21:59:38
Done.
|
| // Google SafeSearch query parameters. |
| const char kSafeSearchSafeParameter[] = "safe=active"; |