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

Unified Diff: content/public/browser/render_process_host.h

Issue 2380743004: media: Remove Browser CDM implementation (Closed)
Patch Set: media: Remove Browser CDM implementation Created 4 years, 3 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: content/public/browser/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index 8f7e45e4fe9b986f01a64fb898a7d541aa76b260..fd4805219d9a612c85ffa403d3f224fc6f9c4512 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -287,13 +287,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
virtual void GetAudioOutputControllers(
const GetAudioOutputControllersCallback& callback) const = 0;
-#if defined(ENABLE_BROWSER_CDMS)
- // Returns the CDM instance associated with |render_frame_id| and |cdm_id|,
- // or nullptr if not found.
- virtual scoped_refptr<media::MediaKeys> GetCdm(int render_frame_id,
- int cdm_id) const = 0;
-#endif
-
// Returns true if this process currently has backgrounded priority.
virtual bool IsProcessBackgrounded() const = 0;

Powered by Google App Engine
This is Rietveld 408576698