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

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

Issue 2928343002: Update histogram's names for ChromeArcVideoDecodeAccelerator. (Closed)
Patch Set: Mark old entries as obsolete. 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 | « no previous file | 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 1bf8fe4555b7a14c098a11f51c02db25065671e7..8be9a30ff613ede4cdd3935704e51f90568a6e96 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -1222,7 +1222,7 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="19" label="Network is unavailable"/>
</enum>
-<enum name="ArcVideoAcceleratorResult" type="int">
+<enum name="ArcVideoAcceleratorResultObsolete" type="int">
<summary>Defines ArcVideoAccelerator initialization status</summary>
<int value="0" label="SUCCESS"/>
<int value="1" label="ILLEGAL_STATE"/>
@@ -1232,6 +1232,16 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="5" label="INSUFFICIENT_RESOURCES"/>
</enum>
+<enum name="ArcVideoDecodeAcceleratorResult" type="int">
+ <summary>Defines ArcVideoDecodeAccelerator initialization status</summary>
+ <int value="0" label="SUCCESS"/>
+ <int value="1" label="ILLEGAL_STATE"/>
+ <int value="2" label="INVALID_ARGUMENT"/>
+ <int value="3" label="UNREADABLE_INPUT"/>
+ <int value="4" label="PLATFORM_FAILURE"/>
+ <int value="5" label="INSUFFICIENT_RESOURCES"/>
+</enum>
Ilya Sherman 2017/06/12 20:08:26 Hmm, why are you renaming this enum? It seems ide
+
<enum name="AsyncDNSConfigParsePosix" type="int">
<int value="0" label="OK"/>
<int value="1" label="RES_INIT_FAILED"/>
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698