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

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: Rebase. 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..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/";
// Google SafeSearch query parameters.
const char kSafeSearchSafeParameter[] = "safe=active";

Powered by Google App Engine
This is Rietveld 408576698