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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 320523002: Add FILE_MISSING in PpapiThread::LoadResult for UMA reporting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « content/ppapi_plugin/ppapi_thread.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e14c4bf513bd7beff902be60f037fb31f90c0f1c..3af15e45b7e76e0d4ff64299198fd4359c9e8106 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40708,6 +40708,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="LOAD_FAILED"/>
<int value="2" label="ENTRY_POINT_MISSING"/>
<int value="3" label="INIT_FAILED"/>
+ <int value="4" label="FILE_MISSING"/>
</enum>
<enum name="PNaClOptionsOptLevelEnum" type="int">
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698