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

Unified Diff: ui/gfx/switches.cc

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/switches.h ('k') | ui/gl/init/gl_initializer_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/switches.cc
diff --git a/ui/gfx/switches.cc b/ui/gfx/switches.cc
index 1880405fb3a1f476a36a0e5ee198bee29741d88d..07ee2fc16729bc3b4ee2be0b6a6e6f936fe5463d 100644
--- a/ui/gfx/switches.cc
+++ b/ui/gfx/switches.cc
@@ -18,4 +18,7 @@ const char kDisableDirectWriteForUI[] = "disable-directwrite-for-ui";
const char kEnableHarfBuzzRenderText[] = "enable-harfbuzz-rendertext";
#endif
+// Run in headless mode, i.e., without a UI or display server dependencies.
+const char kHeadless[] = "headless";
+
} // namespace switches
« no previous file with comments | « ui/gfx/switches.h ('k') | ui/gl/init/gl_initializer_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698