| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 4c5efd56b7e2d2fefd007b448d754d5ff30e32c0..69d82df1be15f87efe997d31fd1f2c1e380ad756 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -488,6 +488,7 @@ public:
|
| DevToolsConsoleTimeline = 517,
|
| DevToolsConsoleProfile = 518,
|
| SVGStyleElementTitle = 519,
|
| + PictureSourceSrc = 520,
|
| // 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/
|
|
|