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

Unified Diff: chrome/common/url_constants.h

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.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 1edb1baece28703ac065be46d8a9b12f6f269d84..118bbbd21db876f50c9acf81ce4b035465b73104 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -433,6 +433,7 @@ extern const char kChromeSearchLocalNtpUrl[];
// Host for search suggestions iframes.
extern const char kChromeSearchSuggestionHost[];
+extern const char kChromeSearchSuggestionURL[];
#if defined(OS_CHROMEOS)
extern const char kCrosScheme[];

Powered by Google App Engine
This is Rietveld 408576698