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

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

Issue 2440403002: Make GroupedPermissionInfoBarDelegate's methods call through PermissionPromptAndroid (Closed)
Patch Set: add set and reset Created 4 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
Index: components/infobars/core/infobar_delegate.cc
diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
index 4514ed59a763c081c2a6751bf276c5fcebf7e863..0d07a68cdf3717ace94a521bf3648c44716f55dd 100644
--- a/components/infobars/core/infobar_delegate.cc
+++ b/components/infobars/core/infobar_delegate.cc
@@ -125,6 +125,11 @@ translate::TranslateInfoBarDelegate*
}
#if defined(OS_ANDROID)
+GroupedPermissionInfoBarDelegate*
+InfoBarDelegate::AsGroupedPermissionInfoBarDelegate() {
+ return nullptr;
+}
+
MediaStreamInfoBarDelegateAndroid*
InfoBarDelegate::AsMediaStreamInfoBarDelegateAndroid() {
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698