Index: chrome/common/url_constants.h |
=================================================================== |
--- chrome/common/url_constants.h (revision 57912) |
+++ chrome/common/url_constants.h (working copy) |
@@ -12,6 +12,7 @@ |
// Canonical schemes you can use as input to GURL.SchemeIs(). |
extern const char kAboutScheme[]; |
+extern const char kBlobScheme[]; |
extern const char kChromeInternalScheme[]; |
extern const char kChromeUIScheme[]; // The scheme used for DOMUIs. |
extern const char kCrosScheme[]; // The scheme used for ChromeOS. |