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

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: Addressing cc comments. 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 f7b9e85ca122d570079807827e1386b4822b308d..dc60b871f5b4728b50b5dcba321269d8a359fc56 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -520,6 +520,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