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

Side by Side 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, 8 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 const char kMemoryCoordinatorDescription[] = 1124 const char kMemoryCoordinatorDescription[] =
1125 "Enable memory coordinator instead of memory pressure listeners."; 1125 "Enable memory coordinator instead of memory pressure listeners.";
1126 1126
1127 const char kServiceWorkerNavigationPreloadName[] = 1127 const char kServiceWorkerNavigationPreloadName[] =
1128 "Service worker navigation preload."; 1128 "Service worker navigation preload.";
1129 1129
1130 const char kServiceWorkerNavigationPreloadDescription[] = 1130 const char kServiceWorkerNavigationPreloadDescription[] =
1131 "Enable web pages to use the experimental service worker navigation " 1131 "Enable web pages to use the experimental service worker navigation "
1132 "preload API."; 1132 "preload API.";
1133 1133
1134 #if defined(OS_ANDROID)
1135
1136 const char kUploadCrashReportsUsingJobSchedulerName[] =
1137 "Upload crash reports using JobScheduler API.";
1138
1139 const char kUploadCrashReportsUsingJobSchedulerDescription[] =
1140 "Use the JobScheduler API to upload crash reports. This does not affect "
1141 "whether or not crash reports will be uploaded. Rather, *if* a crash "
1142 "report is going to be uploaded, this flag affects *how* it is "
1143 "uploaded.";
1144
1145 #endif // defined(OS_ANDROID)
1146
1147 // Data Reduction Proxy 1134 // Data Reduction Proxy
1148 1135
1149 const char kDataReductionProxyLoFiName[] = "Data Saver Lo-Fi mode"; 1136 const char kDataReductionProxyLoFiName[] = "Data Saver Lo-Fi mode";
1150 1137
1151 const char kDataReductionProxyLoFiDescription[] = 1138 const char kDataReductionProxyLoFiDescription[] =
1152 "Forces Data Saver Lo-Fi mode to be always enabled, enabled only on " 1139 "Forces Data Saver Lo-Fi mode to be always enabled, enabled only on "
1153 "cellular connections, or disabled. Data Saver must be enabled for " 1140 "cellular connections, or disabled. Data Saver must be enabled for "
1154 "Lo-Fi mode to be used."; 1141 "Lo-Fi mode to be used.";
1155 1142
1156 const char kDataReductionProxyLoFiAlwaysOn[] = "Always on"; 1143 const char kDataReductionProxyLoFiAlwaysOn[] = "Always on";
(...skipping 1750 matching lines...) Expand 10 before | Expand all | Expand 10 after
2907 const char kEnableEhvInputName[] = 2894 const char kEnableEhvInputName[] =
2908 "Emoji, handwriting and voice input on opt-in IME menu"; 2895 "Emoji, handwriting and voice input on opt-in IME menu";
2909 2896
2910 const char kEnableEhvInputDescription[] = 2897 const char kEnableEhvInputDescription[] =
2911 "Enable access to emoji, handwriting and voice input form opt-in IME " 2898 "Enable access to emoji, handwriting and voice input form opt-in IME "
2912 "menu."; 2899 "menu.";
2913 2900
2914 #endif // #if defined(OS_CHROMEOS) 2901 #endif // #if defined(OS_CHROMEOS)
2915 2902
2916 } // namespace flag_descriptions 2903 } // namespace flag_descriptions
OLDNEW
« 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