| 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.
|
|
|