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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2780933002: [Crash Reporting] Enable the JobScheduler API by default for Android M+. (Closed)
Patch Set: 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | testing/variations/fieldtrial_testing_config.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index cdf91c1ecee2a8e1ec194a888901f00b91277410..54ba5d141936e9faf247bcb479ca62350ab344db 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1131,19 +1131,6 @@ const char kServiceWorkerNavigationPreloadDescription[] =
"Enable web pages to use the experimental service worker navigation "
"preload API.";
-#if defined(OS_ANDROID)
-
-const char kUploadCrashReportsUsingJobSchedulerName[] =
- "Upload crash reports using JobScheduler API.";
-
-const char kUploadCrashReportsUsingJobSchedulerDescription[] =
- "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.";
-
-#endif // defined(OS_ANDROID)
-
// Data Reduction Proxy
const char kDataReductionProxyLoFiName[] = "Data Saver Lo-Fi mode";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | testing/variations/fieldtrial_testing_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698