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

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

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.h
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
index d7297aa8f5a7e82d53f4b634682a5a363b35c321..c041844b9d474bbe454287e75e9d6fcbf09b4e52 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -23,7 +23,6 @@ class ThreeDAPIInfoBarDelegate;
#if defined(OS_ANDROID)
class MediaStreamInfoBarDelegateAndroid;
-class MediaThrottleInfoBarDelegate;
namespace offline_pages {
class OfflinePageInfoBarDelegate;
@@ -229,7 +228,6 @@ class InfoBarDelegate {
#if defined(OS_ANDROID)
virtual MediaStreamInfoBarDelegateAndroid*
AsMediaStreamInfoBarDelegateAndroid();
- virtual MediaThrottleInfoBarDelegate* AsMediaThrottleInfoBarDelegate();
virtual offline_pages::OfflinePageInfoBarDelegate*
AsOfflinePageInfoBarDelegate();
#endif
« no previous file with comments | « chrome/browser/android/tab_web_contents_delegate_android.cc ('k') | components/infobars/core/infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698