| 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/
|
|
|