| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 18625)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -509,4 +509,9 @@
|
| // 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
|
|
|