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

Unified Diff: chromecast/renderer/key_systems_cast.h

Issue 1171303002: Chromecast: move link-time decisions to inheritance-based Content*Client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 6 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: chromecast/renderer/key_systems_cast.h
diff --git a/chromecast/renderer/key_systems_cast.h b/chromecast/renderer/key_systems_cast.h
index c64eb1db708c77128773b93ed894e65758a6618e..d59993f131d4cfc97114fdfc8906e32586d25c7c 100644
--- a/chromecast/renderer/key_systems_cast.h
+++ b/chromecast/renderer/key_systems_cast.h
@@ -22,10 +22,6 @@ void AddKeySystemWithCodecs(
void AddChromecastKeySystems(
std::vector<::media::KeySystemInfo>* key_systems_info);
-// TODO(gunsch): Remove when prefixed EME is removed.
-void AddChromecastPlatformKeySystems(
- std::vector<::media::KeySystemInfo>* key_systems_info);
halliwell 2015/06/10 15:56:49 This isn't needed any more?
gunsch-google 2015/06/10 15:58:51 See internal CL. This is done by CastContentRender
-
} // namespace shell
} // namespace chromecast
« no previous file with comments | « chromecast/renderer/cast_content_renderer_client_simple.cc ('k') | chromecast/renderer/key_systems_cast_simple.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698