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

Unified Diff: chrome/common/chrome_content_client.cc

Issue 23678008: Refactor KeySystems code to call a function to populate the info. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: scherkus review updates 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: chrome/common/chrome_content_client.cc
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
index 3cd880da3a245ae8b6af76ebc0b27618c43ec585..8a0529a4edbb6168838e88ed354659f155894953 100644
--- a/chrome/common/chrome_content_client.cc
+++ b/chrome/common/chrome_content_client.cc
@@ -438,6 +438,13 @@ void ChromeContentClient::AddAdditionalSchemes(
#endif
}
+void ChromeContentClient::AddKeySystems(
+ std::vector<content::KeySystemInfo>* key_systems) {
+ // TODO(ddorwin): In the next CL, move code from
+ // content/renderer/media/crypto/key_systems_info.cc to chrome_key_systems.cc
+ // and call AddKeySystems.
+}
+
bool ChromeContentClient::CanHandleWhileSwappedOut(
const IPC::Message& msg) {
// Any Chrome-specific messages (apart from those listed in

Powered by Google App Engine
This is Rietveld 408576698