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

Unified Diff: apps/moterm/moterm_app.h

Issue 1682113003: Mojo C++ bindings: Generate InterfaceHandle<> instead of InterfacePtr<>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: delay InterfacePtr::Create() until you actually need an InterfacePtr. GetProxy() and ConnectToAppl… Created 4 years, 10 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
« no previous file with comments | « no previous file | apps/moterm/moterm_app.cc » ('j') | mojo/public/cpp/bindings/binding.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/moterm_app.h
diff --git a/apps/moterm/moterm_app.h b/apps/moterm/moterm_app.h
index 0b4aeada15ddf4ef12a34e6f1ebed9c280132185..6ad0889b100b39d618ae5619998f47d83dc1c1b5 100644
--- a/apps/moterm/moterm_app.h
+++ b/apps/moterm/moterm_app.h
@@ -16,7 +16,7 @@ class MotermApp : public mojo::ui::ViewProviderApp {
bool CreateView(
const std::string& connection_url,
mojo::InterfaceRequest<mojo::ServiceProvider> services,
- mojo::ServiceProviderPtr exposed_services,
+ mojo::InterfaceHandle<mojo::ServiceProvider> exposed_services,
const mojo::ui::ViewProvider::CreateViewCallback& callback) override;
private:
« no previous file with comments | « no previous file | apps/moterm/moterm_app.cc » ('j') | mojo/public/cpp/bindings/binding.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698