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

Unified Diff: mash/example/views_examples/views_examples_application_delegate.cc

Issue 2182643003: Remove shell::Connection* parameter to InterfaceFactory<T>::Create() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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: mash/example/views_examples/views_examples_application_delegate.cc
diff --git a/mash/example/views_examples/views_examples_application_delegate.cc b/mash/example/views_examples/views_examples_application_delegate.cc
index 41cc353a45ffee32fb65954ff4b37d55e5216538..5c9bc7cfe8d0027600c788816f35e69153d7939e 100644
--- a/mash/example/views_examples/views_examples_application_delegate.cc
+++ b/mash/example/views_examples/views_examples_application_delegate.cc
@@ -39,7 +39,7 @@ void ViewsExamplesApplicationDelegate::Launch(uint32_t what,
}
void ViewsExamplesApplicationDelegate::Create(
- shell::Connection* connection,
+ const shell::Identity& remote_identity,
mash::mojom::LaunchableRequest request) {
bindings_.AddBinding(this, std::move(request));
}

Powered by Google App Engine
This is Rietveld 408576698