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

Unified Diff: mojo/public/cpp/bindings/tests/validation_unittest.cc

Issue 400043004: InterfacePtr: not configure proxy until actual read/write is needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/tests/validation_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/validation_unittest.cc b/mojo/public/cpp/bindings/tests/validation_unittest.cc
index 0b22720de5839ce4fda4a647e4685f1ad4ce57b4..92692128c87828151b1835c7241f86a2900f284e 100644
--- a/mojo/public/cpp/bindings/tests/validation_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/validation_unittest.cc
@@ -406,7 +406,7 @@ TEST_F(ValidationIntegrationTest, InterfacePtr) {
IntegrationTestInterface2Ptr interface2_ptr =
MakeProxy<IntegrationTestInterface2>(testee_endpoint().Pass());
interface2_ptr.set_client(&interface1_client);
- interface2_ptr.internal_state()->router()->EnableTestingMode();
+ interface2_ptr.internal_state()->router_for_testing()->EnableTestingMode();
RunValidationTests("integration_", test_message_receiver());
}
« no previous file with comments | « mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698