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

Unified Diff: mojo/services/view_manager/view_manager_service_apptest.cc

Issue 744973002: Pass command line args to apptests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: switch to using --args-for to pass arguments to apptests Created 6 years, 1 month 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
Index: mojo/services/view_manager/view_manager_service_apptest.cc
diff --git a/mojo/services/view_manager/view_manager_service_apptest.cc b/mojo/services/view_manager/view_manager_service_apptest.cc
index b2ead8cb132600cc2b11c3ca4dee2ce031795df9..f5cc4e0614b46754968c5ce0870f2a42b381ce0b 100644
--- a/mojo/services/view_manager/view_manager_service_apptest.cc
+++ b/mojo/services/view_manager/view_manager_service_apptest.cc
@@ -345,7 +345,7 @@ class ViewManagerClientFactory : public InterfaceFactory<ViewManagerClient> {
class ViewManagerServiceAppTest : public test::ApplicationTestBase,
public ApplicationDelegate {
public:
- ViewManagerServiceAppTest() : ApplicationTestBase(Array<String>()) {}
+ ViewManagerServiceAppTest() {}
~ViewManagerServiceAppTest() override {}
protected:

Powered by Google App Engine
This is Rietveld 408576698