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

Unified Diff: Source/web/InbandTextTrackPrivateImpl.cpp

Issue 60633004: Remove WebInbandTextTrack::isDefault() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@unusedtrack
Patch Set: remove more 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.h ('k') | public/web/WebInbandTextTrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InbandTextTrackPrivateImpl.cpp
diff --git a/Source/web/InbandTextTrackPrivateImpl.cpp b/Source/web/InbandTextTrackPrivateImpl.cpp
index 6d2594bd2baeda2a4076e5dd379f8cc831df3ddf..fb35dff21094148ce8f6f5fb258f3e08f48a19e9 100644
--- a/Source/web/InbandTextTrackPrivateImpl.cpp
+++ b/Source/web/InbandTextTrackPrivateImpl.cpp
@@ -74,11 +74,6 @@ AtomicString InbandTextTrackPrivateImpl::language() const
return m_track->language();
}
-bool InbandTextTrackPrivateImpl::isDefault() const
-{
- return m_track->isDefault();
-}
-
int InbandTextTrackPrivateImpl::textTrackIndex() const
{
return m_track->textTrackIndex();
« no previous file with comments | « Source/web/InbandTextTrackPrivateImpl.h ('k') | public/web/WebInbandTextTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698