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

Unified Diff: media/base/media_client.cc

Issue 1712903002: Remove prefixed EME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix isRenewalMessage() in browser tests. Created 4 years, 10 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_keys.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 bcc6de0bffe6924952e1d32d3ac8c18a76c319b9..e7026aadc13f120c7fd59745ce73e7b5a7da89c7 100644
--- a/media/base/media_client.cc
+++ b/media/base/media_client.cc
@@ -20,12 +20,9 @@ MediaClient* GetMediaClient() {
KeySystemInfoForUMA::KeySystemInfoForUMA(
const std::string& key_system,
- const std::string& key_system_name_for_uma,
- bool reports_key_system_support_to_uma)
+ const std::string& key_system_name_for_uma)
: key_system(key_system),
- key_system_name_for_uma(key_system_name_for_uma),
- reports_key_system_support_to_uma(reports_key_system_support_to_uma) {
-}
+ key_system_name_for_uma(key_system_name_for_uma) {}
KeySystemInfoForUMA::~KeySystemInfoForUMA() {
}
« no previous file with comments | « media/base/media_client.h ('k') | media/base/media_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698