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

Unified Diff: content/renderer/render_frame_impl.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/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 58b4b93db25272585d5e2326ddbad736044d9f4a..b5904b226ef97ff5fef68b2a10a4ea16a8f1bea8 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -1190,13 +1190,6 @@ class CONTENT_EXPORT RenderFrameImpl
// process. Always use the GetRemoterFactory() accessor instead of this.
media::mojom::RemoterFactoryPtr remoter_factory_;
-#if defined(ENABLE_BROWSER_CDMS)
- // Manage all CDMs in this render frame for communicating with the real CDM in
- // the browser process. It's okay to use a raw pointer since it's a
- // RenderFrameObserver.
- RendererCdmManager* cdm_manager_;
-#endif
-
// The CDM and decoder factory attached to this frame, lazily initialized.
std::unique_ptr<media::CdmFactory> cdm_factory_;
std::unique_ptr<media::DecoderFactory> decoder_factory_;

Powered by Google App Engine
This is Rietveld 408576698