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

Unified Diff: services/js/echo_apptest.cc

Issue 845593003: Pass ServiceProvider and ServiceProvider& params in Connect (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: services & exposed_services Created 5 years, 11 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 0a2bf3588049b38f330c951ce18c0faaf8c057c3..cc247f475195952f45aca0b96ff1d51957d682df 100644
--- a/services/js/echo_apptest.cc
+++ b/services/js/echo_apptest.cc
@@ -40,7 +40,7 @@ class JSServiceProviderEchoTest : public test::JSApplicationTestBase {
ApplicationTestBase::SetUp();
const std::string& url = JSAppURL("echo.js");
application_impl()->shell()->ConnectToApplication(
- url, GetProxy(&echo_service_provider_));
+ url, GetProxy(&echo_service_provider_), mojo::ServiceProviderPtr());
}
mojo::ServiceProviderPtr echo_service_provider_;

Powered by Google App Engine
This is Rietveld 408576698