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

Unified Diff: components/infobars/core/infobar_delegate.cc

Issue 2794283003: Remove MediaThrottler and MediaThrottleInfoBar (Closed)
Patch Set: Deleted Java code Created 3 years, 8 months 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
Index: components/infobars/core/infobar_delegate.cc
diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
index 9f597fa1cfecce5c4600892a654e848e40f74e01..c3c0c97baf10cd4b8061c582ec770e4d27f207a3 100644
--- a/components/infobars/core/infobar_delegate.cc
+++ b/components/infobars/core/infobar_delegate.cc
@@ -131,11 +131,6 @@ InfoBarDelegate::AsMediaStreamInfoBarDelegateAndroid() {
return nullptr;
}
-MediaThrottleInfoBarDelegate*
- InfoBarDelegate::AsMediaThrottleInfoBarDelegate() {
- return nullptr;
-}
-
offline_pages::OfflinePageInfoBarDelegate*
InfoBarDelegate::AsOfflinePageInfoBarDelegate() {
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698