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

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

Issue 1000423002: Remove decl for undefined&unused MediaKeySession::enqueueEvent() method. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encryptedmedia/MediaKeySession.h
diff --git a/Source/modules/encryptedmedia/MediaKeySession.h b/Source/modules/encryptedmedia/MediaKeySession.h
index cc34907075d280ee00b52023ae4e3c740d4f066b..dd1612ee3019d2e1677d2663f3bdc2ea28370c74 100644
--- a/Source/modules/encryptedmedia/MediaKeySession.h
+++ b/Source/modules/encryptedmedia/MediaKeySession.h
@@ -81,8 +81,6 @@ public:
ScriptPromise close(ScriptState*);
ScriptPromise remove(ScriptState*);
- void enqueueEvent(PassRefPtrWillBeRawPtr<Event>);
-
// EventTarget
virtual const AtomicString& interfaceName() const override;
virtual ExecutionContext* executionContext() const override;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698