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

Unified Diff: chrome/browser/ui/android/infobars/reader_mode_infobar.h

Issue 2878543003: Hook up Reader Mode InfoBar (Closed)
Patch Set: fix disabled test Created 3 years, 7 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: chrome/browser/ui/android/infobars/reader_mode_infobar.h
diff --git a/chrome/browser/ui/android/infobars/reader_mode_infobar.h b/chrome/browser/ui/android/infobars/reader_mode_infobar.h
index 22059e2b0b333f8b743605a247893be1507b19f9..de4a617aed42ca68263050402c1b31e7f4af3925 100644
--- a/chrome/browser/ui/android/infobars/reader_mode_infobar.h
+++ b/chrome/browser/ui/android/infobars/reader_mode_infobar.h
@@ -19,6 +19,8 @@ class ReaderModeInfoBar : public InfoBarAndroid {
std::unique_ptr<ReaderModeInfoBarDelegate> delegate);
~ReaderModeInfoBar() override;
+ void Hide(JNIEnv* env, const base::android::JavaParamRef<jobject>& obj);
+
protected:
infobars::InfoBarDelegate* GetDelegate();

Powered by Google App Engine
This is Rietveld 408576698