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

Unified Diff: content/renderer/media/crypto/key_systems_info.h

Issue 23452025: Move EME key system knowledge from content/ to chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test on Android Created 7 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
« no previous file with comments | « content/renderer/media/crypto/key_systems.cc ('k') | content/renderer/media/crypto/key_systems_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/crypto/key_systems_info.h
diff --git a/content/renderer/media/crypto/key_systems_info.h b/content/renderer/media/crypto/key_systems_info.h
index 989475beacc8c4ffb9ab8ff81d4b97f8c3eafb5b..e2fe128872ce947e115db8c956da0991a52fe566 100644
--- a/content/renderer/media/crypto/key_systems_info.h
+++ b/content/renderer/media/crypto/key_systems_info.h
@@ -7,19 +7,12 @@
#include <string>
-#include "base/basictypes.h"
-// TODO(ddorwin): Remove when AddKeySystems is removed.
-#include "content/public/renderer/key_system_info.h"
-
namespace WebKit {
class WebString;
}
namespace content {
-// TODO(ddorwin): Move registration to ContentClient.
-void AddKeySystems(std::vector<KeySystemInfo>* key_systems_info);
-
// Returns true if canPlayType should return an empty string for |key_system|.
bool IsCanPlayTypeSuppressed(const std::string& key_system);
« no previous file with comments | « content/renderer/media/crypto/key_systems.cc ('k') | content/renderer/media/crypto/key_systems_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698