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

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

Issue 23708020: Revert 222074 "Refactor KeySystems code to call a function to po..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
Index: trunk/src/content/renderer/media/crypto/key_systems_info.h
===================================================================
--- trunk/src/content/renderer/media/crypto/key_systems_info.h (revision 222090)
+++ trunk/src/content/renderer/media/crypto/key_systems_info.h (working copy)
@@ -8,8 +8,6 @@
#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;
@@ -18,7 +16,7 @@
namespace content {
// TODO(ddorwin): Move registration to ContentClient.
-void AddKeySystems(std::vector<KeySystemInfo>* key_systems_info);
+void RegisterKeySystems();
// Returns true if canPlayType should return an empty string for |key_system|.
bool IsCanPlayTypeSuppressed(const std::string& key_system);
« no previous file with comments | « trunk/src/content/renderer/media/crypto/key_systems.cc ('k') | trunk/src/content/renderer/media/crypto/key_systems_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698