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

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: rebase and address comments 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 377b225c159b583e0859b45aba9f086521cba393..33883d4ae54792e6870c484233ef05598d04fcf7 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