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

Unified Diff: Source/modules/encryptedmedia/MediaKeyMessageEvent.h

Issue 100103008: Remove ENCRYPTED_MEDIA_V2 as it is always set. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years 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 | « Source/core/html/MediaKeyError.idl ('k') | Source/modules/encryptedmedia/MediaKeyMessageEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encryptedmedia/MediaKeyMessageEvent.h
diff --git a/Source/modules/encryptedmedia/MediaKeyMessageEvent.h b/Source/modules/encryptedmedia/MediaKeyMessageEvent.h
index 35eb09b3f35225e9656a1bd6c94d1dea35d25df0..bf3ef1e9ef80ab74b33bf0bb38b787859877e212 100644
--- a/Source/modules/encryptedmedia/MediaKeyMessageEvent.h
+++ b/Source/modules/encryptedmedia/MediaKeyMessageEvent.h
@@ -27,8 +27,6 @@
#ifndef MediaKeyMessageEvent_h
#define MediaKeyMessageEvent_h
-#if ENABLE(ENCRYPTED_MEDIA_V2)
-
#include "core/events/Event.h"
#include "core/html/MediaKeyError.h"
@@ -71,4 +69,3 @@ private:
} // namespace WebCore
#endif
-#endif
« no previous file with comments | « Source/core/html/MediaKeyError.idl ('k') | Source/modules/encryptedmedia/MediaKeyMessageEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698