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

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

Issue 2117343007: Show download error message if sdcard is not available (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up document dir if no sdcard is found Created 4 years, 5 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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 30fcf9c3355df698399f4dc66947f4cd661ced55..290e1e254a187b310467018ba965952c7f12495a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82820,6 +82820,8 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="Overwrite infobar dismissed"/>
<int value="4" label="No storage permission"/>
<int value="5" label="Dangerous download infobar dismissed"/>
+ <int value="6" label="No external storage"/>
+ <int value="7" label="Cannot determine download target"/>
</enum>
<enum name="MobileDownloadInterceptFailureReason" type="int">

Powered by Google App Engine
This is Rietveld 408576698