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

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: Address Charlie's comments. Created 7 years, 10 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 4441e2a986814cac7c0742047f27a7188f3b9051..413b41929699d000e05be891ae93d9beb2caf282 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -411,6 +411,7 @@ extern const int kNumberOfChromeDebugURLs;
// Canonical schemes you can use as input to GURL.SchemeIs().
extern const char kExtensionResourceScheme[];
+// Scheme for accessing search-specific data.
extern const char kChromeSearchScheme[];
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698