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

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

Issue 2737263006: [Android Crash Reporting] Allow uploading minidumps via the JobScheduler (Closed)
Patch Set: MinidumpUploadService 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 1205f35a8185c00e1257f82808838811bc91fb80..7964704b269056906db0b7dccb63e91761c31286 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -99043,6 +99043,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"/>
@@ -99856,6 +99858,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