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

Unified Diff: mojo/public/cpp/application/lib/application_test_base.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: mojo/public/cpp/application/lib/application_test_base.cc
diff --git a/mojo/public/cpp/application/lib/application_test_base.cc b/mojo/public/cpp/application/lib/application_test_base.cc
index 2b94ad2dccf50b4096c1e686b3be63420861da33..265f353c11b6ea8d86d34c75b23eaf8cb7082fbb 100644
--- a/mojo/public/cpp/application/lib/application_test_base.cc
+++ b/mojo/public/cpp/application/lib/application_test_base.cc
@@ -62,9 +62,8 @@ class ShellAndArgumentGrabber : public Application {
}
void AcceptConnection(const String& requestor_url,
- InterfaceRequest<ServiceProvider> services,
- InterfaceHandle<ServiceProvider> exposed_services,
- const String& url) override {
+ const String& url,
+ InterfaceRequest<ServiceProvider> services) override {
MOJO_CHECK(false);
}
« no previous file with comments | « mojo/public/cpp/application/lib/application_impl_base.cc ('k') | mojo/public/go/application/application_impl.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698