Index: third_party/WebKit/Source/core/frame/UseCounter.h |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h |
index 0552223eabf8a8118308948b0abe647db7c15bd0..3a7671bd4de9c607f8ff4dc75813a544710320b2 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1274,6 +1274,8 @@ public: |
ChromeLoadTimesConnectionInfo = 1498, |
ChromeLoadTimesUnknown = 1499, |
+ SVGViewElement = 1500, |
+ |
// 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/ |