Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index c053fce39c49e3b6bf26dda57a7dd465282d1b97..6784c17d07de5671ec86695d5a332059c0fc85fa 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -497,6 +497,8 @@ public: |
MediaStreamEnded = 526, |
MixedContentPrivateIPInPublicWebsitePassive = 527, |
MixedContentPrivateIPInPublicWebsiteActive = 528, |
+ XMLExternalResourceLoad = 529, |
+ |
// 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/ |