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

Unified Diff: services/js/echo_apptest.cc

Issue 2034383003: Removed exposed_services from mojom definitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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
Index: services/js/echo_apptest.cc
diff --git a/services/js/echo_apptest.cc b/services/js/echo_apptest.cc
index 17ae847fd2d6d2dc80b0373a74992c045f4de6e5..4534f0ec917caf2f8d723a0c06b5a3e7cbb4fe24 100644
--- a/services/js/echo_apptest.cc
+++ b/services/js/echo_apptest.cc
@@ -41,8 +41,7 @@ class JSServiceProviderEchoTest : public test::JSApplicationTestBase {
void SetUp() override {
ApplicationTestBase::SetUp();
const std::string& url = JSAppURL("echo.js");
- shell()->ConnectToApplication(url, GetProxy(&echo_service_provider_),
- nullptr);
+ shell()->ConnectToApplication(url, GetProxy(&echo_service_provider_));
}
mojo::ServiceProviderPtr echo_service_provider_;
« no previous file with comments | « mojo/services/public/js/application.js ('k') | services/python/mojo_url_redirector/mojo_url_redirector_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698