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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 1953803002: Remove remaining uses of KeySystemInfo and InitDataTypeMask (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 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
« no previous file with comments | « chrome/renderer/media/chrome_key_systems.cc ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index 8918a5c763d64cc1eb6918527b673ec74590de82..1900f397befb2d52a751b1a8e7f625eaa078d782 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -65,7 +65,6 @@ class GpuVideoAcceleratorFactories;
class KeySystemProperties;
class MediaLog;
class RendererFactory;
-struct KeySystemInfo;
}
namespace content {
@@ -270,12 +269,6 @@ class CONTENT_EXPORT ContentRendererClient {
// Allows an embedder to provde a cc::ImageSerializationProcessor.
virtual cc::ImageSerializationProcessor* GetImageSerializationProcessor();
- // DEPRECATED: Gives the embedder a chance to register the key system(s) it
- // supports by populating |key_systems|.
- // TODO(halliwell): move all clients to KeySystemProperties API below, then
- // remove KeySystemInfo API. See crbug.com/457438.
- virtual void AddKeySystems(std::vector<media::KeySystemInfo>* key_systems);
-
// Gives the embedder a chance to register the key system(s) it supports by
// populating |key_systems|.
virtual void AddSupportedKeySystems(
« no previous file with comments | « chrome/renderer/media/chrome_key_systems.cc ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698