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

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

Issue 2930323003: Show client placeholders for Server LoFi images. (Closed)
Patch Set: Added field trial and command line switch controls Created 3 years, 5 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 const char kBrowserSideNavigationName[] = "Enable browser side navigation"; 9 const char kBrowserSideNavigationName[] = "Enable browser side navigation";
10 10
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 "Use a carrier-specific Data Reduction Proxy for testing."; 1188 "Use a carrier-specific Data Reduction Proxy for testing.";
1189 1189
1190 const char kEnableDataReductionProxySavingsPromoName[] = 1190 const char kEnableDataReductionProxySavingsPromoName[] =
1191 "Data Saver 1 MB Savings Promo"; 1191 "Data Saver 1 MB Savings Promo";
1192 1192
1193 const char kEnableDataReductionProxySavingsPromoDescription[] = 1193 const char kEnableDataReductionProxySavingsPromoDescription[] =
1194 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has " 1194 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has "
1195 "already saved 1 MB of data, then the promo will not be shown. Data " 1195 "already saved 1 MB of data, then the promo will not be shown. Data "
1196 "Saver must be enabled for the promo to be shown."; 1196 "Saver must be enabled for the promo to be shown.";
1197 1197
1198 const char kEnableShowClientPlaceholdersForServerLoFiName[] =
1199 "Show client placeholders for Server Lo-Fi images";
1200
1201 const char kEnableShowClientPlaceholdersForServerLoFiDescription[] =
1202 "Enable showing Client Lo-Fi placeholders in the place of Server Lo-Fi "
1203 "images.";
1204
1198 #if defined(OS_ANDROID) 1205 #if defined(OS_ANDROID)
1199 1206
1200 const char kEnableDataReductionProxyMainMenuName[] = 1207 const char kEnableDataReductionProxyMainMenuName[] =
1201 "Enable Data Saver main menu footer"; 1208 "Enable Data Saver main menu footer";
1202 1209
1203 const char kEnableDataReductionProxyMainMenuDescription[] = 1210 const char kEnableDataReductionProxyMainMenuDescription[] =
1204 "Enables the Data Saver footer in the main menu"; 1211 "Enables the Data Saver footer in the main menu";
1205 1212
1206 const char kEnableDataReductionProxySiteBreakdownName[] = 1213 const char kEnableDataReductionProxySiteBreakdownName[] =
1207 "Data Saver Site Breakdown"; 1214 "Data Saver Site Breakdown";
(...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after
3245 "in non-sticky mode (do not change work area in non-sticky mode)."; 3252 "in non-sticky mode (do not change work area in non-sticky mode).";
3246 3253
3247 const char kUiDevToolsName[] = "Enable native UI inspection"; 3254 const char kUiDevToolsName[] = "Enable native UI inspection";
3248 const char kUiDevToolsDescription[] = 3255 const char kUiDevToolsDescription[] =
3249 "Enables inspection of native UI elements. For local inspection use " 3256 "Enables inspection of native UI elements. For local inspection use "
3250 "chrome://inspect#other"; 3257 "chrome://inspect#other";
3251 3258
3252 #endif // defined(OS_CHROMEOS) 3259 #endif // defined(OS_CHROMEOS)
3253 3260
3254 } // namespace flag_descriptions 3261 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698