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

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

Issue 2870263004: Add an about:flag to enable client-side LoFi (Closed)
Patch Set: Created 3 years, 7 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') | components/previews/core/previews_experiments.cc » ('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 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 "Data Saver Site Breakdown"; 1206 "Data Saver Site Breakdown";
1207 1207
1208 const char kEnableDataReductionProxySiteBreakdownDescription[] = 1208 const char kEnableDataReductionProxySiteBreakdownDescription[] =
1209 "Enable the site breakdown on the Data Saver settings page."; 1209 "Enable the site breakdown on the Data Saver settings page.";
1210 1210
1211 const char kEnableOfflinePreviewsName[] = "Offline Page Previews"; 1211 const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
1212 1212
1213 const char kEnableOfflinePreviewsDescription[] = 1213 const char kEnableOfflinePreviewsDescription[] =
1214 "Enable showing offline page previews on slow networks."; 1214 "Enable showing offline page previews on slow networks.";
1215 1215
1216 const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
1217
1218 const char kEnableClientLoFiDescription[] =
1219 "Enable showing low fidelity images on some pages on slow networks.";
1220
1216 #endif // defined(OS_ANDROID) 1221 #endif // defined(OS_ANDROID)
1217 1222
1218 const char kLcdTextName[] = "LCD text antialiasing"; 1223 const char kLcdTextName[] = "LCD text antialiasing";
1219 1224
1220 const char kLcdTextDescription[] = 1225 const char kLcdTextDescription[] =
1221 "If disabled, text is rendered with grayscale antialiasing instead of " 1226 "If disabled, text is rendered with grayscale antialiasing instead of "
1222 "LCD (subpixel) when doing accelerated compositing."; 1227 "LCD (subpixel) when doing accelerated compositing.";
1223 1228
1224 const char kDistanceFieldTextName[] = "Distance field text"; 1229 const char kDistanceFieldTextName[] = "Distance field text";
1225 1230
(...skipping 1905 matching lines...) Expand 10 before | Expand all | Expand 10 after
3131 "hard-reload."; 3136 "hard-reload.";
3132 3137
3133 const char kCaptureThumbnailOnLoadFinishedName[] = 3138 const char kCaptureThumbnailOnLoadFinishedName[] =
3134 "Capture page thumbnail on load finished"; 3139 "Capture page thumbnail on load finished";
3135 3140
3136 const char kCaptureThumbnailOnLoadFinishedDescription[] = 3141 const char kCaptureThumbnailOnLoadFinishedDescription[] =
3137 "Capture a page thumbnail (for use on the New Tab page) when the page load " 3142 "Capture a page thumbnail (for use on the New Tab page) when the page load "
3138 "finishes, in addition to other times a thumbnail may be captured."; 3143 "finishes, in addition to other times a thumbnail may be captured.";
3139 3144
3140 } // namespace flag_descriptions 3145 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/previews/core/previews_experiments.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698