Chromium Code Reviews| 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 fef16f25054f61a458fd1b97e7f4c98ca78c8141..55da6ae36aae9adf3e9018198f28b1b9ed5e31fd 100644 |
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h |
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
| @@ -1259,6 +1259,10 @@ public: |
| SVGSMILBeginOrEndSyncbaseValue = 1456, |
| SVGSMILElementInsertedAfterLoad = 1457, |
|
Mike West
2016/07/28 13:41:43
Nit: No extra whitespace. Also, you'll need to reb
|
| + SingleOriginInTimingAllowOrigin = 1458, |
| + MultipleOriginsInTimingAllowOrigin = 1459, |
| + StarInTimingAllowOrigin = 1460, |
| + |
| // 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/ |