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

Unified Diff: chromecast/browser/media/media_caps_impl.cc

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 years, 8 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
Index: chromecast/browser/media/media_caps_impl.cc
diff --git a/chromecast/browser/media/media_caps_impl.cc b/chromecast/browser/media/media_caps_impl.cc
index c18c519362b27443ef95b8d2cc51e368f8a05907..98cb0347a0dafcd5af7b75c48d896d638210c6d1 100644
--- a/chromecast/browser/media/media_caps_impl.cc
+++ b/chromecast/browser/media/media_caps_impl.cc
@@ -39,7 +39,9 @@ void MediaCapsImpl::Initialize() {
supported_codec_finder.FindSupportedCodecProfileLevels(this);
}
-void MediaCapsImpl::AddBinding(mojom::MediaCapsRequest request) {
+void MediaCapsImpl::AddBinding(
+ const service_manager::BindSourceInfo& source_info,
+ mojom::MediaCapsRequest request) {
bindings_.AddBinding(this, std::move(request));
}
« no previous file with comments | « chromecast/browser/media/media_caps_impl.h ('k') | components/autofill/content/browser/content_autofill_driver_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698