Index: content/common/url_schemes.cc |
diff --git a/content/common/url_schemes.cc b/content/common/url_schemes.cc |
index c65bb14562de2f2c0f182c6882bc9d9d808e4205..dc674a38e2adac47b60ed745a290d7ffaa6820d7 100644 |
--- a/content/common/url_schemes.cc |
+++ b/content/common/url_schemes.cc |
@@ -37,6 +37,7 @@ void RegisterContentSchemes(bool lock_standard_schemes) { |
url::AddStandardScheme(kChromeUIScheme); |
url::AddStandardScheme(kGuestScheme); |
url::AddStandardScheme(kMetadataScheme); |
+ url::AddStandardScheme(kResourceScheme); |
std::for_each(additional_standard_schemes.begin(), |
additional_standard_schemes.end(), |
AddStandardSchemeHelper); |