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

Unified Diff: chrome/browser/cocoa/location_bar_view_mac.h

Issue 508010: [Mac] Fixes a bug where an ExtensionPopupController object's pointer was neve... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years 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/cocoa/location_bar_view_mac.h
===================================================================
--- chrome/browser/cocoa/location_bar_view_mac.h (revision 35091)
+++ chrome/browser/cocoa/location_bar_view_mac.h (working copy)
@@ -200,6 +200,7 @@
PageActionImageView() : owner_(NULL),
profile_(NULL),
page_action_(NULL),
+ popup_controller_(nil),
tracker_(NULL),
current_tab_id_(-1),
preview_enabled_(false) {}
@@ -226,7 +227,7 @@
PageActionMap page_action_icons_;
// The controller for the popup displayed if a page action has one. Weak.
- ExtensionPopupController* popupController_;
+ ExtensionPopupController* popup_controller_;
// The object that is waiting for the image loading to complete
// asynchronously.

Powered by Google App Engine
This is Rietveld 408576698