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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2928343002: Update histogram's names for ChromeArcVideoDecodeAccelerator. (Closed)
Patch Set: Use the renamed enum in the obsoleted histogram. 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..7e8adf92d31131ac2ec030d2e1e2b1293d4cd17a 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -1222,8 +1222,8 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="19" label="Network is unavailable"/>
</enum>
-<enum name="ArcVideoAcceleratorResult" type="int">
- <summary>Defines ArcVideoAccelerator initialization status</summary>
+<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"/>
« 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