Skip to content

Commit a9f586c

Browse files
Remove color correct rendering from about:flags
From Chrome 62 and on users who want to avoid color correct rendering should use the "force color profile" option in about:flags. [email protected] (cherry picked from commit dbd2cb5) Bug: 755747 Change-Id: Ic4e600d2f2277b7cd0b36260b69e7296a7ff4fad Reviewed-on: https://chromium-review.googlesource.com/673371 Reviewed-by: Fredrik Hubinette <[email protected]> Commit-Queue: ccameron chromium <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#503337} Reviewed-on: https://chromium-review.googlesource.com/678125 Reviewed-by: ccameron chromium <[email protected]> Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#401} Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}
1 parent 3f56b69 commit a9f586c

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

chrome/browser/about_flags.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,11 +3102,6 @@ const FeatureEntry kFeatureEntries[] = {
31023102
flag_descriptions::kOmniboxDisplayTitleForCurrentUrlDescription,
31033103
kOsDesktop, FEATURE_VALUE_TYPE(omnibox::kDisplayTitleForCurrentUrl)},
31043104

3105-
{"enable-color-correct-rendering",
3106-
flag_descriptions::kColorCorrectRenderingName,
3107-
flag_descriptions::kColorCorrectRenderingDescription, kOsAll,
3108-
FEATURE_VALUE_TYPE(features::kColorCorrectRendering)},
3109-
31103105
{"force-color-profile", flag_descriptions::kForceColorProfileName,
31113106
flag_descriptions::kForceColorProfileDescription, kOsAll,
31123107
MULTI_VALUE_TYPE(kForceColorProfileChoices)},

chrome/browser/flag_descriptions.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ const char kClickToOpenPDFDescription[] =
111111
const char kCloudImportName[] = "Cloud Import";
112112
const char kCloudImportDescription[] = "Allows the cloud-import feature.";
113113

114-
const char kColorCorrectRenderingName[] = "Color correct rendering";
115-
const char kColorCorrectRenderingDescription[] =
116-
"Enables color correct rendering of web content.";
117-
118114
const char kForceColorProfileSRGB[] = "sRGB";
119115
const char kForceColorProfileP3[] = "Display P3 D65";
120116
const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";

chrome/browser/flag_descriptions.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ extern const char kClickToOpenPDFDescription[];
9292
extern const char kCloudImportName[];
9393
extern const char kCloudImportDescription[];
9494

95-
extern const char kColorCorrectRenderingName[];
96-
extern const char kColorCorrectRenderingDescription[];
97-
9895
extern const char kForceColorProfileSRGB[];
9996
extern const char kForceColorProfileP3[];
10097
extern const char kForceColorProfileColorSpin[];

0 commit comments

Comments
 (0)