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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 4351fb109f2fed3bebe40ce42e460f3442c564a1..18af4b8115408bb009a748367b64b1391ec4ca09 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -351,6 +351,11 @@ const char kInertVisualViewportDescription[] =
"Experiment to have all APIs reflect the layout viewport. This will "
"make window.scroll properties relative to the layout viewport.";
+const char kColorCorrectRenderingName[] = "Color correct rendering";
+
+const char kColorCorrectRenderingDescription[] =
+ "Enables color correct rendering of web content.";
+
const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
const char kExperimentalCanvasFeaturesDescription[] =
« 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