| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index dd58eeff268663d0111953ea45ec6a6deeb3974b..d0c237f0f1e7efbf5997653235a64f74ddbbb342 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -527,6 +527,8 @@ public:
|
| ScreenOrientationType = 558,
|
| ScreenOrientationLock = 559,
|
| ScreenOrientationUnlock = 560,
|
| + GeolocationSecureOrigin = 561,
|
| + GeolocationInsecureOrigin = 562,
|
| // 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/
|
|
|