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 b5e4f8d91416b4a2e2d49d495e7d008adc0200fd..ef0ece52b5a07c1bb3fe0bc95837232ce97dc11a 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1621,6 +1621,7 @@ class CORE_EXPORT UseCounter { |
kTableSectionDirectionDifferentFromTable = 2016, |
// The above items are available in M60 branch. |
+ kClientHintsDeviceRAM = 2017, |
// 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 |