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

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2829043003: Rename the Data Saver main menu flags (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
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 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 "Data Saver 1 MB Savings Promo"; 1202 "Data Saver 1 MB Savings Promo";
1203 1203
1204 const char kEnableDataReductionProxySavingsPromoDescription[] = 1204 const char kEnableDataReductionProxySavingsPromoDescription[] =
1205 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has " 1205 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has "
1206 "already saved 1 MB of data, then the promo will not be shown. Data " 1206 "already saved 1 MB of data, then the promo will not be shown. Data "
1207 "Saver must be enabled for the promo to be shown."; 1207 "Saver must be enabled for the promo to be shown.";
1208 1208
1209 #if defined(OS_ANDROID) 1209 #if defined(OS_ANDROID)
1210 1210
1211 const char kEnableDataReductionProxyMainMenuName[] = 1211 const char kEnableDataReductionProxyMainMenuName[] =
1212 "Enable Data Saver main menu item"; 1212 "Enable Data Saver main menu footer";
1213 1213
1214 const char kEnableDataReductionProxyMainMenuDescription[] = 1214 const char kEnableDataReductionProxyMainMenuDescription[] =
1215 "Enables the Data Saver menu item in the main menu rather than under " 1215 "Enables the Data Saver footer in the main menu";
1216 "Settings.";
1217 1216
1218 const char kEnableDataReductionProxySiteBreakdownName[] = 1217 const char kEnableDataReductionProxySiteBreakdownName[] =
1219 "Data Saver Site Breakdown"; 1218 "Data Saver Site Breakdown";
1220 1219
1221 const char kEnableDataReductionProxySiteBreakdownDescription[] = 1220 const char kEnableDataReductionProxySiteBreakdownDescription[] =
1222 "Enable the site breakdown on the Data Saver settings page."; 1221 "Enable the site breakdown on the Data Saver settings page.";
1223 1222
1224 #endif // defined(OS_ANDROID) 1223 #endif // defined(OS_ANDROID)
1225 1224
1226 const char kLcdTextName[] = "LCD text antialiasing"; 1225 const char kLcdTextName[] = "LCD text antialiasing";
(...skipping 1800 matching lines...) Expand 10 before | Expand all | Expand 10 after
3027 "to enter into the search bar. The data is indexed locally, and never sent " 3026 "to enter into the search bar. The data is indexed locally, and never sent "
3028 "to the server. It's disabled in incognito mode."; 3027 "to the server. It's disabled in incognito mode.";
3029 3028
3030 const char kEnableWebNfcName[] = "WebNFC"; 3029 const char kEnableWebNfcName[] = "WebNFC";
3031 3030
3032 const char kEnableWebNfcDescription[] = "Enable WebNFC support."; 3031 const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
3033 3032
3034 #endif // defined(OS_ANDROID) 3033 #endif // defined(OS_ANDROID)
3035 3034
3036 } // namespace flag_descriptions 3035 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698