Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index dbd497321421b06daa88fef7c19e8f2e6623463e..42f722a78a61ea2a82bb2436d936b08e6f171093 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -469,6 +469,7 @@ public: |
CSSSelectorPseudoHost = 469, |
CSSSelectorPseudoHostContext = 470, |
CSSDeepCombinator = 471, |
+ SyncXHRWithCredentials = 472, |
// 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/ |