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

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

Issue 24469006: Fixing crash Report - Magic Signature: views::View::ConvertPointToScreen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Created 7 years, 3 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 34b783461bc9f26352be9e316fbed877c5764b0b..5c8551a1b2200eb60687beb488b63e3725dba0a3 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
@@ -751,7 +751,8 @@ void WebsiteSettingsPopupView::HandleLinkClickedAsync(views::Link* source) {
new CollectedCookiesViews(web_contents_);
} else if (source == certificate_dialog_link_) {
gfx::NativeWindow parent =
- anchor_view() ? anchor_view()->GetWidget()->GetNativeWindow() : NULL;
+ GetAnchorView() ? GetAnchorView()->GetWidget()->GetNativeWindow() :
+ NULL;
ShowCertificateViewerByID(web_contents_, parent, cert_id_);
} else if (source == help_center_link_) {
browser_->OpenURL(content::OpenURLParams(
« no previous file with comments | « chrome/browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc ('k') | ui/app_list/views/app_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698