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

Unified Diff: services/http_server/http_server_impl.h

Issue 1682113003: Mojo C++ bindings: Generate InterfaceHandle<> instead of InterfacePtr<>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebase ontop of master, address trung's comments 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 | « services/gles2/command_buffer_impl.cc ('k') | services/http_server/http_server_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/http_server/http_server_impl.h
diff --git a/services/http_server/http_server_impl.h b/services/http_server/http_server_impl.h
index 0c96ece484c7504aa7a18349cbdb7d387cfafb00..8e2d75716b4d331cbb73b8b16cb32451a209c045 100644
--- a/services/http_server/http_server_impl.h
+++ b/services/http_server/http_server_impl.h
@@ -35,7 +35,7 @@ class HttpServerImpl : public HttpServer {
// HttpServer:
void SetHandler(const mojo::String& path,
- HttpHandlerPtr http_handler,
+ mojo::InterfaceHandle<HttpHandler> http_handler,
const mojo::Callback<void(bool)>& callback) override;
void GetPort(const GetPortCallback& callback) override;
« no previous file with comments | « services/gles2/command_buffer_impl.cc ('k') | services/http_server/http_server_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698