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

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

Issue 2807423002: Add color correct rendering to about:flags (Closed)
Patch Set: Fix histograms.xml 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') | tools/metrics/histograms/histograms.xml » ('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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 const char kIgnoreGpuBlacklistDescription[] = 344 const char kIgnoreGpuBlacklistDescription[] =
345 "Overrides the built-in software rendering list and enables " 345 "Overrides the built-in software rendering list and enables "
346 "GPU-acceleration on unsupported system configurations."; 346 "GPU-acceleration on unsupported system configurations.";
347 347
348 const char kInertVisualViewportName[] = "Inert visual viewport."; 348 const char kInertVisualViewportName[] = "Inert visual viewport.";
349 349
350 const char kInertVisualViewportDescription[] = 350 const char kInertVisualViewportDescription[] =
351 "Experiment to have all APIs reflect the layout viewport. This will " 351 "Experiment to have all APIs reflect the layout viewport. This will "
352 "make window.scroll properties relative to the layout viewport."; 352 "make window.scroll properties relative to the layout viewport.";
353 353
354 const char kColorCorrectRenderingName[] = "Color correct rendering";
355
356 const char kColorCorrectRenderingDescription[] =
357 "Enables color correct rendering of web content.";
358
354 const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features"; 359 const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
355 360
356 const char kExperimentalCanvasFeaturesDescription[] = 361 const char kExperimentalCanvasFeaturesDescription[] =
357 "Enables the use of experimental canvas features which are still in " 362 "Enables the use of experimental canvas features which are still in "
358 "development."; 363 "development.";
359 364
360 const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas"; 365 const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
361 366
362 const char kAccelerated2dCanvasDescription[] = 367 const char kAccelerated2dCanvasDescription[] =
363 "Enables the use of the GPU to perform 2d canvas rendering instead of " 368 "Enables the use of the GPU to perform 2d canvas rendering instead of "
(...skipping 2638 matching lines...) Expand 10 before | Expand all | Expand 10 after
3002 const char kEnableCopylessPasteDescription[] = 3007 const char kEnableCopylessPasteDescription[] =
3003 "Provide suggestions for text input, based on your recent context. For " 3008 "Provide suggestions for text input, based on your recent context. For "
3004 "example, if you looked at a restaurant website and switched to the Maps " 3009 "example, if you looked at a restaurant website and switched to the Maps "
3005 "app, the keyboard would offer the name of that restaurant as a suggestion " 3010 "app, the keyboard would offer the name of that restaurant as a suggestion "
3006 "to enter into the search bar. The data is indexed locally, and never sent " 3011 "to enter into the search bar. The data is indexed locally, and never sent "
3007 "to the server. It's disabled in incognito mode."; 3012 "to the server. It's disabled in incognito mode.";
3008 3013
3009 #endif // defined(OS_ANDROID) 3014 #endif // defined(OS_ANDROID)
3010 3015
3011 } // namespace flag_descriptions 3016 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698