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

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

Issue 566083003: Implementation of subresource integrity attribute for secure origins. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed broken build Created 6 years, 3 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 479877e444cdc2f14de2da403cf6a3acd7e93bff..9909c649f460e39d6e947c0be23f8461f5ed1cb1 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -506,7 +506,11 @@ public:
MediaStreamStop = 537,
ConsoleTimeline = 538,
ConsoleTimelineEnd = 539,
-
+ SRIElementWithMatchingIntegrityAttribute = 540,
+ SRIElementWithNonMatchingIntegrityAttribute = 541,
+ SRIElementWithUnparsableIntegrityAttribute = 542,
+ SRIElementWithIntegrityAttributeAndInsecureOrigin = 543,
+ SRIElementWithIntegrityAttributeAndInsecureResource = 544,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/
« 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