Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Unified Diff: chrome/common/url_constants.cc

Issue 13375003: Fixing iframe jank in the local omnibox popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing comment. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index aca09f276579fa05952e243c276cf2c5c4d2b722..1cc2d184da50534356137b0ce8e2a04b4fd7969a 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/";
// Google SafeSearch query parameters.
const char kSafeSearchSafeParameter[] = "safe=active";

Powered by Google App Engine
This is Rietveld 408576698