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

Unified Diff: chrome/common/url_constants.h

Issue 13905008: Merge local_omnibox_popup into local_ntp. Render the Google logo and fakebox if Google is the sear… (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Address Samarth's comments. 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.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index dcb0c88ea91cd4455e30f30b5a78385e5305170c..66d49c928b265d36589eaa6429504aa2aeb73f3d 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -427,11 +427,10 @@ extern const char kExtensionResourceScheme[];
// coming from a blessed Instant process, and deny the request.
extern const char kChromeSearchScheme[];
-// The local omnibox host and pages under chrome-search.
-extern const char kChromeSearchLocalOmniboxPopupHost[];
-extern const char kChromeSearchLocalOmniboxPopupURL[];
+// Pages under chrome-search.
extern const char kChromeSearchLocalNtpHost[];
extern const char kChromeSearchLocalNtpUrl[];
+extern const char kChromeSearchLocalGoogleNtpUrl[];
// Host for search suggestions iframes.
extern const char kChromeSearchSuggestionHost[];

Powered by Google App Engine
This is Rietveld 408576698