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

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

Issue 485723004: Page info not closing on non-Mac desktop when close button icon clicked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12cd3db0da15502376620b22e3e665d26987125e..1477a244e5001648e196f4eb7f9e049311fa76d9 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
@@ -387,8 +387,8 @@ void WebsiteSettingsPopupView::ButtonPressed(views::Button* button,
presenter_->chrome_ssl_host_state_delegate();
DCHECK(delegate);
delegate->RevokeUserDecisionsHard(presenter_->site_url().host());
- GetWidget()->Close();
}
+ GetWidget()->Close();
}
void WebsiteSettingsPopupView::LinkClicked(views::Link* source,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698