Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Unified Diff: Source/core/frame/UseCounter.h

Issue 803773002: SRI: Remove the restriction to HTTPS documents and resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/SubresourceIntegrityTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index ecadf44109c05dcf7da4fad340ec872547ebbd45..c284f5c9f3c4e549da717e82924cd829e91f7584 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -477,8 +477,6 @@ public:
SRIElementWithMatchingIntegrityAttribute = 540,
SRIElementWithNonMatchingIntegrityAttribute = 541,
SRIElementWithUnparsableIntegrityAttribute = 542,
- SRIElementWithIntegrityAttributeAndInsecureOrigin = 543,
- SRIElementWithIntegrityAttributeAndInsecureResource = 544,
AnimationPlayerGetStartTime = 545,
AnimationPlayerSetStartTime = 546,
AnimationPlayerGetCurrentTime = 547,
« no previous file with comments | « Source/core/frame/SubresourceIntegrityTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698