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

Unified Diff: components/view_manager/public/cpp/args.h

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 | « no previous file | components/view_manager/public/cpp/lib/args.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/public/cpp/args.h
diff --git a/components/view_manager/public/cpp/args.h b/components/view_manager/public/cpp/args.h
index 27e8f5232ed2ddd4ac80e542f87451f38f0848c4..0f237e5e51698a4b0e4905930e312527870310d9 100644
--- a/components/view_manager/public/cpp/args.h
+++ b/components/view_manager/public/cpp/args.h
@@ -10,7 +10,7 @@ namespace mojo {
// All args in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
extern const char kUseHeadlessConfig[];
-extern const char kUseTestConfig[];
+extern const char kUseX11TestConfig[];
} // namespace mojo
« no previous file with comments | « no previous file | components/view_manager/public/cpp/lib/args.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698