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

Unified Diff: chrome/browser/cocoa/bookmark_bar_controller.mm

Issue 1752020: Remove accidental #if's. Make old folder window menu go away when mousing ove... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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
« no previous file with comments | « no previous file | chrome/browser/cocoa/bookmark_bar_folder_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/bookmark_bar_controller.mm
===================================================================
--- chrome/browser/cocoa/bookmark_bar_controller.mm (revision 45984)
+++ chrome/browser/cocoa/bookmark_bar_controller.mm (working copy)
@@ -452,11 +452,11 @@
// Else open a new one if it makes sense to do so.
if ([sender bookmarkNode]->is_folder())
[folderTarget_ openBookmarkFolderFromButton:sender];
-#if 1
- else
+ else {
// We're over a non-folder bookmark so close any old folders.
- [self closeAllBookmarkFolders];
-#endif
+ [folderController_ close];
+ folderController_ = nil;
+ }
}
// BookmarkButtonDelegate protocol implementation.
« no previous file with comments | « no previous file | chrome/browser/cocoa/bookmark_bar_folder_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698