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

Unified Diff: third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc

Issue 1473273003: Mojo C++ bindings: InterfacePtr<T> and Binding<T> use MultiplexRouter when T passes associated inte… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « third_party/mojo/mojo_public.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc
diff --git a/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc b/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc
index 459e8a2b5d927760331a3c05ae7cc614e6e3cf0a..e265e6ace70292fb70ba3285a94993d25c273d3b 100644
--- a/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc
+++ b/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc
@@ -210,7 +210,7 @@ class CppSideConnection : public js_to_cpp::CppSide {
void Bind(InterfaceRequest<js_to_cpp::CppSide> request) {
binding_.Bind(request.Pass());
// Keep the pipe open even after validation errors.
- binding_.internal_router()->EnableTestingMode();
+ binding_.EnableTestingMode();
}
// js_to_cpp::CppSide:
« no previous file with comments | « third_party/mojo/mojo_public.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698