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

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

Issue 2943333003: Extracting more than one wallpaper prominent color (Closed)
Patch Set: possible uninitialized local value 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
« no previous file with comments | « components/wallpaper/wallpaper_color_extraction_result.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 7c78f3cba46495ccf7c066626a9497e28b3349f0..5633395a7c7df6f4d71cbc84673a7cd55b02d2a2 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -37688,6 +37688,21 @@ from previous Chrome versions.
<int value="1" label="Android Wallpapers App"/>
</enum>
+<enum name="WallpaperColorExtractionResult">
+ <int value="0" label="(Dark, Vibrant): failure"/>
+ <int value="1" label="(Dark, Vibrant): success"/>
+ <int value="2" label="(Normal, Vibrant): failure"/>
+ <int value="3" label="(Normal, Vibrant): success"/>
+ <int value="4" label="(Light, Vibrant): failure"/>
+ <int value="5" label="(Light, Vibrant): success"/>
+ <int value="6" label="(Dark, Muted): failure"/>
+ <int value="7" label="(Dark, Muted): success"/>
+ <int value="8" label="(Normal, Muted): failure"/>
+ <int value="9" label="(Normal, Muted): success"/>
+ <int value="10" label="(Light, Muted): failure"/>
+ <int value="11" label="(Light, Muted): success"/>
+</enum>
+
<enum name="WallpaperLayout">
<int value="0" label="Center"/>
<int value="1" label="Center Cropped"/>
« no previous file with comments | « components/wallpaper/wallpaper_color_extraction_result.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698