Index: chrome/common/extensions/csp_validator_unittest.cc |
diff --git a/chrome/common/extensions/csp_validator_unittest.cc b/chrome/common/extensions/csp_validator_unittest.cc |
index b7fa4dae28cea7738fc369c71cb5b7fd8c8eb901..5b9bfbeb5d99b9420f50c1feb4c485c46c293621 100644 |
--- a/chrome/common/extensions/csp_validator_unittest.cc |
+++ b/chrome/common/extensions/csp_validator_unittest.cc |
@@ -60,6 +60,8 @@ TEST(ExtensionCSPValidator, IsSecure) { |
"default-src 'self' chrome://resources")); |
EXPECT_TRUE(ContentSecurityPolicyIsSecure( |
"default-src 'self' chrome-extension://aabbcc")); |
+ EXPECT_TRUE(ContentSecurityPolicyIsSecure( |
+ "default-src 'self' chrome-extension-resource://aabbcc")); |
EXPECT_FALSE(ContentSecurityPolicyIsSecure( |
"default-src 'self' https:")); |
EXPECT_FALSE(ContentSecurityPolicyIsSecure( |