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

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

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.cc
diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc b/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc
index cd38b72fbfd798f5e6f0099d91368f05ba3f17fd..2079a3dd24769b0459c18f78aa26bdcc38a1dee2 100644
--- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc
+++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc
@@ -677,6 +677,11 @@ void WebsiteSettingsPopupView::SetPermissionInfo(
SizeToContents();
}
+void WebsiteSettingsPopupView::UpdatePermissionButton(
+ WebsiteSettingsUI::VisiblePermissions visible_permissions) {
+ // TODO(crbug.com/657267)
+}
+
void WebsiteSettingsPopupView::SetIdentityInfo(
const IdentityInfo& identity_info) {
std::unique_ptr<WebsiteSettingsUI::SecurityDescription> security_description =

Powered by Google App Engine
This is Rietveld 408576698