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

Unified Diff: public/web/WebInbandTextTrack.h

Issue 59913005: Remove unused TextTrack virtual functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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/web/InbandTextTrackPrivateImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebInbandTextTrack.h
diff --git a/public/web/WebInbandTextTrack.h b/public/web/WebInbandTextTrack.h
index cebdf20b8552aee6e4cc4977ebcf6cb7ebbc1e02..647eaafbfaec0f6a291735464a80d73161358bda 100644
--- a/public/web/WebInbandTextTrack.h
+++ b/public/web/WebInbandTextTrack.h
@@ -62,7 +62,6 @@ public:
virtual Mode mode() const = 0;
virtual Kind kind() const = 0;
- virtual bool isClosedCaptions() const = 0;
virtual WebString label() const = 0;
virtual WebString language() const = 0;
« no previous file with comments | « Source/web/InbandTextTrackPrivateImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698