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

Unified Diff: chrome/browser/about_flags.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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8fed82549c57f7f4de2dca44846afe7b53ab8de1..fa2d0b37ba70a1a3e88e1f911c51891099436a5f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2323,13 +2323,6 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kEnableAndroidWallpapersAppDescription, kOsCrOS,
SINGLE_VALUE_TYPE(chromeos::switches::kEnableAndroidWallpapersApp)},
#endif // defined(OS_CHROMEOS)
-#if defined(OS_ANDROID)
- {"enable-job-scheduler-api-for-crash-uploads",
- flag_descriptions::kUploadCrashReportsUsingJobSchedulerName,
- flag_descriptions::kUploadCrashReportsUsingJobSchedulerDescription,
- kOsAndroid,
- FEATURE_VALUE_TYPE(chrome::android::kUploadCrashReportsUsingJobScheduler)},
-#endif // OS_ANDROID
#if defined(OS_ANDROID)
{"enable-expanded-autofill-credit-card-popup",

Powered by Google App Engine
This is Rietveld 408576698