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

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

Issue 2123863004: ScreenCapture for Android phase1, part II (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to Sep19 to pass dry run Created 4 years, 3 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 4f0473e9731f4b458bff249ef414e7f1186f31bd..dacbfe1113448f609e5e73c802a37061ba7e1d7f 100644
--- a/components/infobars/core/infobar_delegate.cc
+++ b/components/infobars/core/infobar_delegate.cc
@@ -136,6 +136,11 @@ MediaThrottleInfoBarDelegate*
InfoBarDelegate::AsMediaThrottleInfoBarDelegate() {
return nullptr;
}
+
+ScreenCaptureInfoBarDelegateAndroid*
+InfoBarDelegate::AsScreenCaptureInfoBarDelegateAndroid() {
+ return nullptr;
+}
#endif
InfoBarDelegate::InfoBarDelegate() : nav_entry_id_(0) {

Powered by Google App Engine
This is Rietveld 408576698