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

Unified Diff: public/web/WebInbandTextTrack.h

Issue 60203008: Remove the mode getter/setter for in-band text tracks (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 07979c7919b2fa1ce4d9925cc2b16b123194e015..9ea4b059896fd30adc854459873f28bf486d6ef6 100644
--- a/public/web/WebInbandTextTrack.h
+++ b/public/web/WebInbandTextTrack.h
@@ -47,6 +47,7 @@ public:
KindNone
};
+ // FIXME: Remove after Chromium's use in WebInbandTextTrackImpl has been removed.
enum Mode {
ModeDisabled,
ModeHidden,
@@ -58,11 +59,7 @@ public:
virtual void setClient(WebInbandTextTrackClient*) = 0;
virtual WebInbandTextTrackClient* client() = 0;
- virtual void setMode(Mode) = 0;
- virtual Mode mode() const = 0;
-
virtual Kind kind() 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