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

Unified Diff: media/base/media_client.h

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/key_systems_unittest.cc ('k') | media/base/media_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_client.h
diff --git a/media/base/media_client.h b/media/base/media_client.h
index dc8da49218fe2e8bedfe1bb559463d7412dca980..30d867995593c117325c5f703aa080bb5c142e51 100644
--- a/media/base/media_client.h
+++ b/media/base/media_client.h
@@ -28,8 +28,7 @@ MEDIA_EXPORT MediaClient* GetMediaClient();
struct MEDIA_EXPORT 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);
~KeySystemInfoForUMA();
// Concrete key system name;
@@ -39,12 +38,6 @@ struct MEDIA_EXPORT KeySystemInfoForUMA {
// "org.w3.clearkey" is "ClearKey". When providing this value, make sure to
// update tools/metrics/histograms/histograms.xml.
std::string key_system_name_for_uma;
-
- // Whether query/support statistics for |key_system| should be reported.
- // If set to true, make sure to add a new Media.EME.KeySystemSupport.* to
- // tools/metrics/histograms/histograms.xml. See KeySystemsSupportUMA for
- // details on how key system query/support UMA is reported.
- bool reports_key_system_support_to_uma;
};
// A client interface for embedders (e.g. content/renderer) to provide
« no previous file with comments | « media/base/key_systems_unittest.cc ('k') | media/base/media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698