| 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;
|
|
|
|
|