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

Unified Diff: mojo/public/cpp/bindings/lib/interface_ptr_internal.h

Issue 1677753002: Mojo C++ bindings: InterfacePtr::PassInterface -> PassInterfaceHandle (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « mojo/public/cpp/bindings/lib/bindings_serialization.h ('k') | mojo/services/log/cpp/lib/log_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/lib/interface_ptr_internal.h
diff --git a/mojo/public/cpp/bindings/lib/interface_ptr_internal.h b/mojo/public/cpp/bindings/lib/interface_ptr_internal.h
index 889c3d75f1df60e97668a8f932b06dde6f40998a..113974b1749f7cf705a7120c5773145044599b36 100644
--- a/mojo/public/cpp/bindings/lib/interface_ptr_internal.h
+++ b/mojo/public/cpp/bindings/lib/interface_ptr_internal.h
@@ -103,7 +103,7 @@ class InterfacePtrState {
// After this method is called, the object is in an invalid state and
// shouldn't be reused.
- InterfaceHandle<Interface> PassInterface() {
+ InterfaceHandle<Interface> PassInterfaceHandle() {
return InterfaceHandle<Interface>(
router_ ? router_->PassMessagePipe() : handle_.Pass(), version_);
}
« no previous file with comments | « mojo/public/cpp/bindings/lib/bindings_serialization.h ('k') | mojo/services/log/cpp/lib/log_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698