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

Unified Diff: public/web/WebInbandTextTrack.h

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.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 647eaafbfaec0f6a291735464a80d73161358bda..07979c7919b2fa1ce4d9925cc2b16b123194e015 100644
--- a/public/web/WebInbandTextTrack.h
+++ b/public/web/WebInbandTextTrack.h
@@ -65,7 +65,6 @@ public:
virtual WebString label() const = 0;
virtual WebString language() const = 0;
- virtual bool isDefault() const = 0;
virtual int textTrackIndex() 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