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

Unified Diff: mojo/services/public/cpp/native_viewport/lib/args.cc

Issue 661513002: [Mojo] mojo_native_viewport_service should use "--" args (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/cpp/native_viewport/lib/args.cc
diff --git a/mojo/services/public/cpp/native_viewport/lib/args.cc b/mojo/services/public/cpp/native_viewport/lib/args.cc
index 7831cad6bb41ccc8d01458b776bc8f49c195d4dd..cf0617dff5061dce7643ad0df865c08fa2c27743 100644
--- a/mojo/services/public/cpp/native_viewport/lib/args.cc
+++ b/mojo/services/public/cpp/native_viewport/lib/args.cc
@@ -8,8 +8,8 @@ namespace mojo {
// Loads an app from the specified directory and launches it.
// Force gl to be initialized in test mode.
-const char kUseTestConfig[] = "use-test-config";
+const char kUseTestConfig[] = "--use-test-config";
// Create native viewport in headless mode.
-const char kUseHeadlessConfig[] = "use-headless-config";
+const char kUseHeadlessConfig[] = "--use-headless-config";
} // namespace mojo
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698