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

Unified Diff: chrome/browser/permissions/permission_infobar_delegate.h

Issue 2493013002: Replace the use of WindowAndroid with Tab in permissions code. (Closed)
Patch Set: Comments 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: chrome/browser/permissions/permission_infobar_delegate.h
diff --git a/chrome/browser/permissions/permission_infobar_delegate.h b/chrome/browser/permissions/permission_infobar_delegate.h
index f3bd625ffc41be387b8bcf1686461f8d64778ad4..7b0f429de36cab6d44a3da822b1061367c7f730d 100644
--- a/chrome/browser/permissions/permission_infobar_delegate.h
+++ b/chrome/browser/permissions/permission_infobar_delegate.h
@@ -55,7 +55,7 @@ class PermissionInfoBarDelegate : public ConfirmInfoBarDelegate {
const PermissionSetCallback& callback);
~PermissionInfoBarDelegate() override;
- virtual std::vector<int> content_settings() const;
+ virtual std::vector<int> content_settings_types() const;
// Returns true if the infobar should display a toggle to allow users to
// opt-out of persisting their accept/deny decision.
« no previous file with comments | « chrome/browser/permissions/permission_dialog_delegate.cc ('k') | chrome/browser/permissions/permission_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698