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

Unified Diff: chrome/common/url_constants.h

Issue 11896113: Add chrome-search: access from Instant overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yet another rebase 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
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 4441e2a986814cac7c0742047f27a7188f3b9051..0eec02bc3521d9160bd659cfc7ab2e4e94cea62c 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -411,6 +411,11 @@ extern const int kNumberOfChromeDebugURLs;
// Canonical schemes you can use as input to GURL.SchemeIs().
extern const char kExtensionResourceScheme[];
+// The chrome-search: scheme is served by the same backend as chrome:. However,
+// only specific URLDataSources are enabled to serve requests via the
+// chrome-search: scheme. See |InstantIOContext::ShouldServiceRequest| and its
+// callers for details. Note that WebUIBindings should never be granted to
+// chrome-search: pages.
extern const char kChromeSearchScheme[];
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698