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

Unified Diff: chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm

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/cocoa/page_info/page_info_bubble_controller.mm
diff --git a/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm b/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm
index 9c68f3f8ecfc2b208c42c3663275c8ce3be787fc..956f5b27f6a92878416e29222e87d4b250cdba3b 100644
--- a/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm
+++ b/chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.mm
@@ -113,7 +113,7 @@ const CGFloat kInternalPageImageSpacing = 10;
// NOTE: This assumes that there will never be more than one page info
// popup shown, and that the one that is shown is associated with the current
msw 2017/04/05 17:05:52 nit: s/popup/bubble/ here (and elsewhere...)
-// window. This matches the behaviour in views: see PageInfoPopupView.
+// window. This matches the behaviour in views: see PageInfoBubbleView.
bool g_is_popup_showing = false;
// Takes in the parent window, which should be a BrowserWindow, and gets the

Powered by Google App Engine
This is Rietveld 408576698