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

Unified Diff: chrome/browser/ui/views/website_settings/website_settings_popup_view.h

Issue 2702923002: Page Info: Hide default permissions with a value of Ask if the default is Ask. (Closed)
Patch Set: Fix #ifdef to allow testing MacViews. Created 3 years, 10 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/views/website_settings/website_settings_popup_view.h
diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
index 0a5e46107c9a778bc15accbc0720e9582e73021a..b1e64390e565633641b6523d47b096722a445825 100644
--- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
+++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
@@ -131,6 +131,8 @@ class WebsiteSettingsPopupView : public content::WebContentsObserver,
void SetCookieInfo(const CookieInfoList& cookie_info_list) override;
void SetPermissionInfo(const PermissionInfoList& permission_info_list,
ChosenObjectInfoList chosen_object_info_list) override;
+ void UpdatePermissionButton(
+ WebsiteSettingsUI::VisiblePermissions visible_permissions) override;
void SetIdentityInfo(const IdentityInfo& identity_info) override;
// Creates the contents of the |site_settings_view_|. The ownership of the

Powered by Google App Engine
This is Rietveld 408576698