Index: ui/gfx/switches.cc |
diff --git a/ui/gfx/switches.cc b/ui/gfx/switches.cc |
index 0219b5e1e01e51f8d341f3b9d4e5d10c56bc5f37..07ee2fc16729bc3b4ee2be0b6a6e6f936fe5463d 100644 |
--- a/ui/gfx/switches.cc |
+++ b/ui/gfx/switches.cc |
@@ -21,13 +21,4 @@ const char kEnableHarfBuzzRenderText[] = "enable-harfbuzz-rendertext"; |
// Run in headless mode, i.e., without a UI or display server dependencies. |
const char kHeadless[] = "headless"; |
-// Convert rasterization and compositing inputs to the output color space |
-// before operating on them. |
-const char kEnableColorCorrectRendering[] = "enable-color-correct-rendering"; |
- |
-// Force all monitors to be treated as though they have the specified color |
-// profile. Accepted values are "srgb" and "generic-rgb" (currently used by Mac |
-// layout tests) and "color-spin-gamma24" (used by layout tests). |
-const char kForceColorProfile[] = "force-color-profile"; |
- |
} // namespace switches |