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

Unified Diff: Source/core/html/track/LoadableTextTrack.h

Issue 53413003: Remove LoadableTextTrackClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/core/html/track/LoadableTextTrack.h
diff --git a/Source/core/html/track/LoadableTextTrack.h b/Source/core/html/track/LoadableTextTrack.h
index 5db3e5e2f8c8e48615bd57df028a94f22d1ac692..d4ba9a0841275ef5ee343c7fa40058814fcad80b 100644
--- a/Source/core/html/track/LoadableTextTrack.h
+++ b/Source/core/html/track/LoadableTextTrack.h
@@ -35,14 +35,6 @@ namespace WebCore {
class HTMLTrackElement;
class LoadableTextTrack;
-class LoadableTextTrackClient : public TextTrackClient {
-public:
- virtual ~LoadableTextTrackClient() { }
-
- virtual bool canLoadUrl(LoadableTextTrack*, const KURL&) { return false; }
- virtual void loadingCompleted(LoadableTextTrack*, bool /* loadingFailed */) { }
-};
-
class LoadableTextTrack : public TextTrack, private TextTrackLoaderClient {
public:
static PassRefPtr<LoadableTextTrack> create(HTMLTrackElement* track, const String& kind, const String& label, const String& language)
« 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