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

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..7eaed93f65f9ad90ec2af79c768f54eb73b75323 100644
--- a/components/view_manager/public/cpp/lib/args.cc
+++ b/components/view_manager/public/cpp/lib/args.cc
@@ -8,7 +8,7 @@ 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";
+
+const char kUseX11TestConfig[] = "use-x11-test-config";
sky 2015/09/02 15:43:17 Document what this does.
sadrul 2015/09/02 16:06:28 Done.
} // 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