| Index: chrome/browser/views/bookmark_bubble_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_bubble_view.cc (revision 2285)
|
| +++ chrome/browser/views/bookmark_bubble_view.cc (working copy)
|
| @@ -331,6 +331,9 @@
|
| }
|
|
|
| void BookmarkBubbleView::ShowEditor() {
|
| + // The user may have edited the title, commit it now.
|
| + SetNodeTitleFromTextField();
|
| +
|
| // Parent the editor to our root ancestor (not the root we're in, as that
|
| // is the info bubble and will close shortly).
|
| HWND parent = GetAncestor(GetViewContainer()->GetHWND(), GA_ROOTOWNER);
|
|
|