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

Unified Diff: Source/web/InbandTextTrackPrivateImpl.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/AssertMatchingEnums.cpp ('k') | Source/web/InbandTextTrackPrivateImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InbandTextTrackPrivateImpl.h
diff --git a/Source/web/InbandTextTrackPrivateImpl.h b/Source/web/InbandTextTrackPrivateImpl.h
index 8eaacfe155ceffe32a7aa44053e066e3d570cf21..6f60c564a768da8ffc286e2f06e2a5167682bcec 100644
--- a/Source/web/InbandTextTrackPrivateImpl.h
+++ b/Source/web/InbandTextTrackPrivateImpl.h
@@ -48,12 +48,7 @@ public:
explicit InbandTextTrackPrivateImpl(WebInbandTextTrack*);
virtual ~InbandTextTrackPrivateImpl();
- // InbandTextTrackPrivate methods.
- virtual void setMode(Mode);
- virtual InbandTextTrackPrivate::Mode mode() const;
-
virtual Kind kind() const;
-
virtual AtomicString label() const;
virtual AtomicString language() const;
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | Source/web/InbandTextTrackPrivateImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698