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

Unified Diff: chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.h

Issue 2765193002: Prototype for the new UI for the Safe Browsing Subresource Filter. (Closed)
Patch Set: comments Created 3 years, 9 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/content_settings/subresource_filter_infobar_delegate.h
diff --git a/chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.h b/chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.h
index c735df18a97dac3c7b0fc3230be92fb1a78f9837..c8a5ed115dfa2e73eed8ac010bc986110ff94074 100644
--- a/chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.h
+++ b/chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.h
@@ -24,6 +24,8 @@ class SubresourceFilterInfobarDelegate : public ConfirmInfoBarDelegate {
base::string16 GetExplanationText() const;
+ bool ShouldShowExperimentalInfobar() const;
+
// ConfirmInfoBarDelegate:
infobars::InfoBarDelegate::InfoBarIdentifier GetIdentifier() const override;
int GetIconId() const override;
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/android/content_settings/subresource_filter_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698