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, |