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

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

Issue 2737263006: [Android Crash Reporting] Allow uploading minidumps via the JobScheduler (Closed)
Patch Set: Fully implemented, still needs tests Created 3 years, 9 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 aef6a8ea1611ea24cc19ac47e3fa97b26ab555ce..447648d51f4d4a8189ff5dba2b723eba66bd13db 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -98856,6 +98856,8 @@ from previous Chrome versions.
<int value="-1928198763" label="enable-async-dns"/>
<int value="-1925117279" label="disable-quic-https"/>
<int value="-1915854488" label="enable-offline-pages"/>
+ <int value="-1913801713"
+ label="UploadCrashReportsUsingJobScheduler:disabled"/>
<int value="-1912999136" label="enable-automatic-password-saving:enabled"/>
<int value="-1911153473" label="enable-easy-signin"/>
<int value="-1907342706" label="ReadItLaterInMenu:disabled"/>
@@ -99669,6 +99671,7 @@ from previous Chrome versions.
<int value="1490043732" label="enable-fill-on-account-select"/>
<int value="1490255042" label="enable-overlay-scrollbar"/>
<int value="1495341532" label="disable-mtp-write-support"/>
+ <int value="1496135626" label="UploadCrashReportsUsingJobScheduler:enabled"/>
<int value="1496571153" label="enable-webapk"/>
<int value="1497924954" label="js-flags"/>
<int value="1499163193" label="PostScriptPrinting:disabled"/>

Powered by Google App Engine
This is Rietveld 408576698