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

Unified Diff: ui/gfx/switches.h

Issue 1991953002: Implement a runtime headless mode for Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years 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 c589a1ff90e37674d67f07af55235c5fbd1582ad..59c1f3802f97d3c7ece81c825755d7050a3f5808 100644
--- a/ui/gfx/switches.h
+++ b/ui/gfx/switches.h
@@ -18,6 +18,8 @@ GFX_EXPORT extern const char kDisableDirectWriteForUI[];
GFX_EXPORT extern const char kEnableHarfBuzzRenderText[];
#endif
+GFX_EXPORT extern const char kHeadless[];
+
} // 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