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

Unified Diff: Source/core/html/MediaKeyError.h

Issue 15178010: Remove ENABLE_ENCRYPTED_MEDIA #define as it's always enabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | « Source/core/html/MediaError.idl ('k') | Source/core/html/MediaKeyError.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/MediaKeyError.h
diff --git a/Source/core/html/MediaKeyError.h b/Source/core/html/MediaKeyError.h
index 49e3843e328b390878e65e12c11e0695d9718d82..4db0719507e90ee92423e78e830721f8cfd3f4e4 100644
--- a/Source/core/html/MediaKeyError.h
+++ b/Source/core/html/MediaKeyError.h
@@ -26,8 +26,6 @@
#ifndef MediaKeyError_h
#define MediaKeyError_h
-#if ENABLE(ENCRYPTED_MEDIA) || ENABLE(ENCRYPTED_MEDIA_V2)
-
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
@@ -60,4 +58,3 @@ private:
} // namespace WebCore
#endif
-#endif
« no previous file with comments | « Source/core/html/MediaError.idl ('k') | Source/core/html/MediaKeyError.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698