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

Unified Diff: webkit/renderer/media/webmediaplayer_util.cc

Issue 17310002: Remove unused EME v0.1b MediaKeyError values. (Closed) Base URL: master
Patch Set: rebase only Created 7 years, 6 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 | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/media/webmediaplayer_util.cc
diff --git a/webkit/renderer/media/webmediaplayer_util.cc b/webkit/renderer/media/webmediaplayer_util.cc
index b0d90273ebdfda0d0639dc93fedc19c57540f99d..6f9bca11a9901b6844c915957b078b55f8b28dea 100644
--- a/webkit/renderer/media/webmediaplayer_util.cc
+++ b/webkit/renderer/media/webmediaplayer_util.cc
@@ -20,10 +20,6 @@ namespace webkit_media {
mismatching_enums)
COMPILE_ASSERT_MATCHING_ENUM(Unknown);
COMPILE_ASSERT_MATCHING_ENUM(Client);
-COMPILE_ASSERT_MATCHING_ENUM(Service);
-COMPILE_ASSERT_MATCHING_ENUM(Output);
-COMPILE_ASSERT_MATCHING_ENUM(HardwareChange);
-COMPILE_ASSERT_MATCHING_ENUM(Domain);
#undef COMPILE_ASSERT_MATCHING_ENUM
base::TimeDelta ConvertSecondsToTimestamp(double seconds) {
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698