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

Unified Diff: chrome/common/url_constants.h

Issue 13415006: Do not refer "chrome" in content/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test fix 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 5e4987720e3657826fe6acf36202adb11b6fabae..9128b1e2d75bc82fd64f8b5175f604f0a96c8e1c 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -406,6 +406,7 @@ extern const char* const kChromeDebugURLs[];
extern const int kNumberOfChromeDebugURLs;
// Canonical schemes you can use as input to GURL.SchemeIs().
+extern const char kExtensionScheme[];
extern const char kExtensionResourceScheme[];
// The chrome-search: scheme is served by the same backend as chrome:. However,

Powered by Google App Engine
This is Rietveld 408576698