Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: tools/metrics/histograms/enums.xml

Issue 2888283006: CSS: Use count position values with 3 parts (Closed)
Patch Set: distinct use counters Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 74863b5690d5f21083d11f49a649c107d8fbc547..4e6052e0b2bcf243609e0bc598247aa234655649 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -14983,6 +14983,10 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1974" label="PostMessageOutgoingWouldBeBlockedByConnectSrc"/>
<int value="1975" label="PostMessageIncomingWouldBeBlockedByConnectSrc"/>
<int value="1976" label="PaymentRequestNetworkNameInSupportedMethods"/>
+ <int value="1977" label="ThreeValuedPositionBasicShape"/>
+ <int value="1978" label="ThreeValuedPositionGradient"/>
+ <int value="1979" label="ThreeValuedPositionObjectPosition"/>
+ <int value="1980" label="ThreeValuedPositionPerspectiveOrigin"/>
</enum>
<enum name="FeedbackSource" type="int">

Powered by Google App Engine
This is Rietveld 408576698