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

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

Issue 2791843002: [subresource_filter] Add the toggle to the new experimental UI (Closed)
Patch Set: add TODO and crbug link 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: 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 c8a5ed115dfa2e73eed8ac010bc986110ff94074..918cb084b1c51e6fce64d8402e0ae148decc4a7d 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
@@ -23,6 +23,7 @@ class SubresourceFilterInfobarDelegate : public ConfirmInfoBarDelegate {
~SubresourceFilterInfobarDelegate() override;
base::string16 GetExplanationText() const;
+ base::string16 GetToggleText() const;
bool ShouldShowExperimentalInfobar() const;
@@ -37,6 +38,8 @@ class SubresourceFilterInfobarDelegate : public ConfirmInfoBarDelegate {
private:
SubresourceFilterInfobarDelegate();
+ bool using_experimental_infobar_;
+
DISALLOW_COPY_AND_ASSIGN(SubresourceFilterInfobarDelegate);
};
« no previous file with comments | « chrome/app/generated_resources.grd ('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