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

Unified Diff: chrome/browser/media/output_protection_impl.h

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: chrome/browser/media/output_protection_impl.h
diff --git a/chrome/browser/media/output_protection_impl.h b/chrome/browser/media/output_protection_impl.h
index 4db8c706cc992b9ec2fea5cdc88c0b929bb573d9..dde26d98b8d38e8891d437c69aa4c25034634ea3 100644
--- a/chrome/browser/media/output_protection_impl.h
+++ b/chrome/browser/media/output_protection_impl.h
@@ -7,6 +7,7 @@
#include "content/public/browser/render_frame_host.h"
#include "media/mojo/interfaces/output_protection.mojom.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
namespace chrome {
class OutputProtectionProxy;
@@ -18,6 +19,7 @@ class OutputProtectionProxy;
class OutputProtectionImpl : public media::mojom::OutputProtection {
public:
static void Create(content::RenderFrameHost* render_frame_host,
+ const service_manager::BindSourceInfo& source_info,
media::mojom::OutputProtectionRequest request);
OutputProtectionImpl(int render_process_id, int render_frame_id);
« no previous file with comments | « chrome/browser/media/android/cdm/media_drm_storage_factory.cc ('k') | chrome/browser/media/output_protection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698