diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 00:38:06 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 00:38:06 +0000 |
commit | 5f948943cc7581a276b2c4eb632af874a8fe469e (patch) | |
tree | 5e1f672ad04adb3c46dcf3ff38d2c0389209412e /chrome/common/chrome_switches.cc | |
parent | ad7a735e4d8752760050a483d9ddd7ce2014a768 (diff) | |
download | chromium_src-5f948943cc7581a276b2c4eb632af874a8fe469e.zip chromium_src-5f948943cc7581a276b2c4eb632af874a8fe469e.tar.gz chromium_src-5f948943cc7581a276b2c4eb632af874a8fe469e.tar.bz2 |
Enable off-by-default monitor color management on Windows. This is enabled via
a command-line switch.
BUG=4938
Review URL: http://codereview.chromium.org/131002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 2b3bf60..a1e8f70 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -509,4 +509,9 @@ const wchar_t kTryChromeAgain[] = L"try-chrome-again"; // gracefully. const wchar_t kFileDescriptorLimit[] = L"file-descriptor-limit"; +// On Windows, converts the page to the currently-installed monitor profile. +// This does NOT enable color management for images. The source is still assumed +// to be sRGB. +const wchar_t kEnableMonitorProfile[] = L"enable-monitor-profile"; + } // namespace switches |