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

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

Issue 164024: Fix crash on fullscreening of popup. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | chrome/browser/cocoa/toolbar_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/toolbar_controller.h
===================================================================
--- chrome/browser/cocoa/toolbar_controller.h (revision 22550)
+++ chrome/browser/cocoa/toolbar_controller.h (working copy)
@@ -50,6 +50,10 @@
BooleanPrefMember showPageOptionButtons_;
BOOL hasToolbar_; // if NO, we only have the location bar.
+ // We have an extra retain in the locationBar_.
+ // See comments in awakeFromNib for more info.
+ scoped_nsobject<AutocompleteTextField> locationBarRetainer_;
+
IBOutlet NSMenu* pageMenu_;
IBOutlet NSMenu* wrenchMenu_;
« no previous file with comments | « no previous file | chrome/browser/cocoa/toolbar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698