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

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

Issue 555112: Mac bookmark mgr: Restore previously selected group when search field is cleared. (Closed)
Patch Set: Fixed bug when entering multiple-char search strings Created 10 years, 11 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_manager_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/bookmark_manager_controller.h
diff --git a/chrome/browser/cocoa/bookmark_manager_controller.h b/chrome/browser/cocoa/bookmark_manager_controller.h
index d3888d14322c9f1bfb51392b873a558dfb90232c..5c30875667455ee29dd384778e5a06fd0bb51f84 100644
--- a/chrome/browser/cocoa/bookmark_manager_controller.h
+++ b/chrome/browser/cocoa/bookmark_manager_controller.h
@@ -29,6 +29,7 @@ class Profile;
scoped_nsobject<FakeBookmarkItem> root_; // Root of tree
scoped_nsobject<FakeBookmarkItem> searchGroup_; // Search Results group item
scoped_nsobject<FakeBookmarkItem> recentGroup_; // Recently-Added group item
+ scoped_nsobject<BookmarkItem> preSearchGroup_; // Selected before search
}
// Opens the bookmark manager window, or brings it to the front if it's open.
« no previous file with comments | « no previous file | chrome/browser/cocoa/bookmark_manager_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698