| Index: content/public/common/content_switches.cc | 
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc | 
| index f2d8e9a90b830d39f5267c0c6e80a4eb8ecf1ce6..079b13dbbf4fb332596f4e54b843e20aa6f15c78 100644 | 
| --- a/content/public/common/content_switches.cc | 
| +++ b/content/public/common/content_switches.cc | 
| @@ -369,6 +369,9 @@ const char kDisableDisplayList2dCanvas[]    = "disable-display-list-2d-canvas"; | 
| const char kEnableCanvas2dDynamicRenderingModeSwitching[] = | 
| "enable-canvas-2d-dynamic-rendering-mode-switching"; | 
|  | 
| +// Enable color space aware rasterization and compositing. | 
| +const char kEnableColorCorrectRendering[] = "enable-color-correct-rendering"; | 
| + | 
| // Enable experimental canvas features, e.g. canvas 2D context attributes | 
| const char kEnableExperimentalCanvasFeatures[] = | 
| "enable-experimental-canvas-features"; | 
| @@ -411,9 +414,6 @@ const char kEnableGpuRasterization[]        = "enable-gpu-rasterization"; | 
| // tiles may be displayed during fast scrolls especially on slower devices. | 
| const char kEnableLowResTiling[] = "enable-low-res-tiling"; | 
|  | 
| -// Dynamically apply color profiles to web content images. | 
| -const char kEnableImageColorProfiles[]      = "enable-image-color-profiles"; | 
| - | 
| // Force logging to be enabled.  Logging is disabled by default in release | 
| // builds. | 
| const char kEnableLogging[]                 = "enable-logging"; | 
|  |