Index: chrome/common/url_constants.h |
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h |
index b451e5c531cb828bdacb0d121926f9642bdf82d6..d97ce505f15b33e69af16eefe840f6a477dbe4ff 100644 |
--- a/chrome/common/url_constants.h |
+++ b/chrome/common/url_constants.h |
@@ -352,6 +352,10 @@ extern int kNumberOfChromeDebugURLs; |
// Canonical schemes you can use as input to GURL.SchemeIs(). |
extern const char kExtensionScheme[]; |
+ |
+// Canonical schemes you can use as input to GURL.SchemeIs(). |
+extern const char kExtensionResourceScheme[]; |
+ |
#if defined(OS_CHROMEOS) |
extern const char kDriveScheme[]; |
#endif |