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

Unified Diff: chrome/common/url_constants.h

Issue 11555033: Adding local html page used in Instant Extended mode when instant is disabled or unavailable. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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 79563eb251b50a88fdb6bfa7e2ba0cc056208824..cf783817e6d1089abd5281bbe8d67624a0df32f7 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -172,6 +172,7 @@ extern const char kChromeUIMetroFlowHost[];
extern const char kChromeUINaClHost[];
extern const char kChromeUINetInternalsHost[];
extern const char kChromeUINewTabHost[];
+extern const char kChromeUILocalOmniboxPopupHost[];
samarth 2012/12/13 00:58:21 Can we just use this constant (or another constant
Shishir 2012/12/13 22:57:58 As discussed this is hard to do since we are not a
extern const char kChromeUIOmniboxHost[];
extern const char kChromeUIPerformanceMonitorHost[];
extern const char kChromeUIPluginsHost[];

Powered by Google App Engine
This is Rietveld 408576698