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

Unified Diff: components/view_manager/public/cpp/lib/args.cc

Issue 1305893006: view-manager: Fix some issues regarding running tests in x11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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 | « components/view_manager/public/cpp/args.h ('k') | components/view_manager/view_manager_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/public/cpp/lib/args.cc
diff --git a/components/view_manager/public/cpp/lib/args.cc b/components/view_manager/public/cpp/lib/args.cc
index d5391b8f7e6bd47e12b60bad1ba9d3147714a64a..ed4f7a9120b8b66fb7a8a9226392837671185ba6 100644
--- a/components/view_manager/public/cpp/lib/args.cc
+++ b/components/view_manager/public/cpp/lib/args.cc
@@ -8,7 +8,9 @@ namespace mojo {
// Create native viewport in headless mode.
const char kUseHeadlessConfig[] = "use-headless-config";
-// Force gl to be initialized in test mode.
-const char kUseTestConfig[] = "use-test-config";
+
+// Initializes X11 in threaded mode, and sets the |override_redirect| flag when
+// creating X11 windows.
+const char kUseX11TestConfig[] = "use-x11-test-config";
} // namespace mojo
« no previous file with comments | « components/view_manager/public/cpp/args.h ('k') | components/view_manager/view_manager_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698