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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2888283006: CSS: Use count position values with 3 parts (Closed)
Patch Set: rebase Created 3 years, 6 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 5f5dc6a2cbda34f54eab0e8f00270f5cdd8630f7..4e9c614e26a91161d7a476dadb93514b4e2d2a5f 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -15016,6 +15016,11 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1998" label="RequestFullscreenForDialogElement"/>
<int value="1999" label="RequestFullscreenForDialogElementInTopLayer"/>
<int value="2000" label="ShowModalForElementInFullscreenStack"/>
+ <int value="2001" label="ThreeValuedPositionBackground"/>
+ <int value="2002" label="ThreeValuedPositionBasicShape"/>
+ <int value="2003" label="ThreeValuedPositionGradient"/>
+ <int value="2004" label="ThreeValuedPositionObjectPosition"/>
+ <int value="2005" label="ThreeValuedPositionPerspectiveOrigin"/>
</enum>
<enum name="FeedbackSource" type="int">

Powered by Google App Engine
This is Rietveld 408576698