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

Unified Diff: media/base/media_client.cc

Issue 2712983004: Simplify/Cleanup MediaClient (Closed)
Patch Set: Fix test leak Created 3 years, 8 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 | « media/base/media_client.h ('k') | media/base/media_log.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_client.cc
diff --git a/media/base/media_client.cc b/media/base/media_client.cc
index e7026aadc13f120c7fd59745ce73e7b5a7da89c7..752dd5e0317ecf6f681343521a623cbe43d28f22 100644
--- a/media/base/media_client.cc
+++ b/media/base/media_client.cc
@@ -18,15 +18,6 @@ MediaClient* GetMediaClient() {
return g_media_client;
}
-KeySystemInfoForUMA::KeySystemInfoForUMA(
- const std::string& key_system,
- const std::string& key_system_name_for_uma)
- : key_system(key_system),
- key_system_name_for_uma(key_system_name_for_uma) {}
-
-KeySystemInfoForUMA::~KeySystemInfoForUMA() {
-}
-
MediaClient::MediaClient() {
}
« no previous file with comments | « media/base/media_client.h ('k') | media/base/media_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698