Index: chrome/common/url_constants.h |
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h |
index 4ee5682d5e82e15dd01a7016c0a627fa9595a82f..fa169c7235dbd7cfbe53cf4aab2f1b427e962a9b 100644 |
--- a/chrome/common/url_constants.h |
+++ b/chrome/common/url_constants.h |
@@ -345,6 +345,8 @@ extern int kNumberOfChromeDebugURLs; |
// Canonical schemes you can use as input to GURL.SchemeIs(). |
extern const char kExtensionScheme[]; |
+extern const char kExtensionResourceScheme[]; |
Aaron Boodman
2012/04/18 17:52:24
Add a comment to be consistent with the ones above
Peng
2012/04/18 18:29:16
Done.
|
+ |
// Call near the beginning of startup to register Chrome's internal URLs that |
// should be parsed as "standard" with the googleurl library. |
void RegisterChromeSchemes(); |