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

Unified Diff: chrome/browser/flag_descriptions.h

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/android/chrome_feature_list.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 357a6959e3200c619f32c11abef3111e72230f68..a8fca73e09e86c10a1c682489f2be9de1d41d1d8 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1238,18 +1238,6 @@ extern const char kServiceWorkerNavigationPreloadName[];
// preload.
extern const char kServiceWorkerNavigationPreloadDescription[];
-#if defined(OS_ANDROID)
-
-// Name of chrome:flags option to use the JobScheduler API for uploading crash
-// reports.
-extern const char kUploadCrashReportsUsingJobSchedulerName[];
-
-// Description of chrome:flags option to use the JobScheduler API for uploading
-// crash reports.
-extern const char kUploadCrashReportsUsingJobSchedulerDescription[];
-
-#endif // defined(OS_ANDROID)
-
// Data Reduction Proxy
// An about:flags experiment title to enable/disable Data Saver Lo-Fi
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698