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

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 1225083002: media: Add BrowserCdmManagerProcessWatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 5 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
Index: content/browser/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index 8937fd1e561d188c12005ef4fa3f2161b7cfcb6d..e6c2f8252948449b90a0b1f7d43e5a91eae238f9 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -248,12 +248,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
}
#endif
-#if defined(ENABLE_BROWSER_CDMS)
- const scoped_refptr<BrowserCdmManager>& browser_cdm_manager() {
- return browser_cdm_manager_;
- }
-#endif
-
MessagePortMessageFilter* message_port_message_filter() const {
return message_port_message_filter_.get();
}
@@ -460,10 +454,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
scoped_refptr<BrowserDemuxerAndroid> browser_demuxer_android_;
#endif
-#if defined(ENABLE_BROWSER_CDMS)
- scoped_refptr<BrowserCdmManager> browser_cdm_manager_;
-#endif
-
#if defined(ENABLE_WEBRTC)
base::Callback<void(const std::string&)> webrtc_log_message_callback_;
« no previous file with comments | « content/browser/media/cdm/browser_cdm_manager.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698