Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: ui/gfx/switches.h

Issue 2873203003: color: Add --force-color-profile command line flag (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/icc_profile_x11.cc ('k') | ui/gfx/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/switches.h
diff --git a/ui/gfx/switches.h b/ui/gfx/switches.h
index 939b4f298d0d1ecade1c074099c5c1d0cf720560..b87dad5393292ae9ed9bae7dc8941507fd857091 100644
--- a/ui/gfx/switches.h
+++ b/ui/gfx/switches.h
@@ -22,6 +22,8 @@ GFX_EXPORT extern const char kHeadless[];
GFX_EXPORT extern const char kEnableColorCorrectRendering[];
+GFX_EXPORT extern const char kForceColorProfile[];
+
} // namespace switches
#endif // UI_GFX_SWITCHES_H_
« no previous file with comments | « ui/gfx/icc_profile_x11.cc ('k') | ui/gfx/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698