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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 2797923003: Rename PageInfoPopupView to PageInfoBubbleView. (Closed)
Patch Set: Created 3 years, 8 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/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index b3eaf6ba1398f31b873e36d8f539d075c68618c7..f7194b0a97cdbc44c8e40ff2b67647b6b903b423 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1291,7 +1291,7 @@ void BrowserView::ShowPageInfo(
content::WebContents* web_contents,
const GURL& virtual_url,
const security_state::SecurityInfo& security_info) {
- PageInfoPopupView::ShowPopup(
+ PageInfoBubbleView::ShowPopup(
GetLocationBarView()->GetSecurityBubbleAnchorView(), gfx::Rect(), profile,
web_contents, virtual_url, security_info);
}

Powered by Google App Engine
This is Rietveld 408576698