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

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: Include missing file. Created 7 years, 9 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 eb317e896e2cbdfc5d3ffab49bb1c95fbf95e410..7e98a83b726986b8d533d6951c3499da9aae0310 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -519,6 +519,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