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

Unified Diff: media/test/pipeline_integration_test.cc

Issue 2617883002: Add a new BindInterface() method to Connector. (Closed)
Patch Set: . Created 3 years, 11 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 | « mash/webtest/webtest.cc ('k') | mojo/public/cpp/bindings/tests/versioning_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/pipeline_integration_test.cc
diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
index 8e42a038bc7cc45c5b218d0d6cc9da8ebd3bb985..b2599ee2c765016b2afe76401d6ac0e42a262e64 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -687,7 +687,7 @@ class PipelineIntegrationTestHost : public service_manager::test::ServiceTest,
std::unique_ptr<Renderer> CreateRenderer(
ScopedVector<VideoDecoder> prepend_video_decoders,
ScopedVector<AudioDecoder> prepend_audio_decoders) override {
- connector()->ConnectToInterface("media", &media_interface_factory_);
+ connector()->BindInterface("media", &media_interface_factory_);
mojom::RendererPtr mojo_renderer;
media_interface_factory_->CreateRenderer(std::string(),
« no previous file with comments | « mash/webtest/webtest.cc ('k') | mojo/public/cpp/bindings/tests/versioning_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698