| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 21c4bad34d9946bd3eb4a14cbd6e7355a3478057..6f61d9074c07809b4d2bfb7cb4418f08872265ae 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -455,6 +455,7 @@ public:
|
| HTMLImports = 455,
|
| ElementCreateShadowRoot = 456,
|
| DocumentRegisterElement = 457,
|
| + SyncXHRWithCredentials = 458,
|
| // 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/
|
|
|