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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2737263006: [Android Crash Reporting] Allow uploading minidumps via the JobScheduler (Closed)
Patch Set: Assert that job scheduled successfully 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: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index e6850d4e64f30181489553d6b123ad449f2b8421..6a144191a0bc7ce013248bc1e5c7a315be0ac4d8 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6158,6 +6158,14 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_SERVICE_WORKER_NAVIGATION_PRELOAD_DESCRIPTION" desc="Description of the about::flags setting for service worker navigation preload.">
Enable web pages to use the experimental service worker navigation preload API.
</message>
+ <if expr="is_android">
+ <message name="IDS_FLAGS_UPLOAD_CRASH_REPORTS_USING_JOB_SCHEDULER_NAME" desc="Name of chrome:flags option to use the JobScheduler API for uploading crash reports." translateable="false">
+ Upload crash reports using JobScheduler API.
+ </message>
+ <message name="IDS_FLAGS_UPLOAD_CRASH_REPORTS_USING_JOB_SCHEDULER_DESCRIPTION" desc="Description of chrome:flags option to use the JobScheduler API for uploading crash reports." translateable="false">
+ Use the JobScheduler API to upload crash reports. This does not affect whether or not crash reports will be uploaded. Rather, *if* a crash report is going to be uploaded, this flag affects *how* it is uploaded.
+ </message>
+ </if>
<!-- Data Reduction Proxy -->
<message name="IDS_FLAGS_DATA_REDUCTION_PROXY_LO_FI_NAME" desc="An about:flags experiment title to enable/disable Data Saver Lo-Fi" translateable="false">

Powered by Google App Engine
This is Rietveld 408576698