| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index c633e836befa14950d465223f96d42b1196c0ac0..8d1243498a081a4bf1d8cb4728141f21c95a0510 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -499,6 +499,8 @@ public:
|
| UIEventPageY = 514,
|
| BgPropertiesFixed = 515,
|
| HTMLImageElementComposite = 516,
|
| + DevToolsConsoleTimeline = 517,
|
| + DevToolsConsoleProfile = 518,
|
| // 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/
|
|
|