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

Unified Diff: trunk/src/chrome/renderer/chrome_content_renderer_client.cc

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
« no previous file with comments | « trunk/src/chrome/renderer/chrome_content_renderer_client.h ('k') | trunk/src/content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/renderer/chrome_content_renderer_client.cc
===================================================================
--- trunk/src/chrome/renderer/chrome_content_renderer_client.cc (revision 222090)
+++ trunk/src/chrome/renderer/chrome_content_renderer_client.cc (working copy)
@@ -1300,13 +1300,6 @@
return false;
}
-void ChromeContentRendererClient::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 ChromeContentRendererClient::ShouldReportDetailedMessageForSource(
const base::string16& source) const {
return extensions::IsSourceFromAnExtension(source);
« no previous file with comments | « trunk/src/chrome/renderer/chrome_content_renderer_client.h ('k') | trunk/src/content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698