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

Unified Diff: public/platform/WebInbandTextTrack.h

Issue 62333011: Remove WebInbandTextTrack::Mode (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebInbandTextTrack.h
diff --git a/public/platform/WebInbandTextTrack.h b/public/platform/WebInbandTextTrack.h
index 699c98563bc456da1263777e508a3d5558e8d4eb..d68c21ed1a34aaaa576ffd09bd6ba23756d50fdf 100644
--- a/public/platform/WebInbandTextTrack.h
+++ b/public/platform/WebInbandTextTrack.h
@@ -47,13 +47,6 @@ public:
KindNone
};
- // FIXME: Remove after Chromium's use in WebInbandTextTrackImpl has been removed.
- enum Mode {
- ModeDisabled,
- ModeHidden,
- ModeShowing
- };
-
virtual ~WebInbandTextTrack() { }
virtual void setClient(WebInbandTextTrackClient*) = 0;
« 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