| Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| index 14244a55b00e6156bb6cbeda2bbe4a3db1f251a2..6cf41258029a2f839190ca45667a2d0d37ccebdd 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| @@ -87,7 +87,7 @@ void BookmarkBubbleView::ShowBubble(views::View* anchor_view,
|
| views::BubbleDelegateView::CreateBubble(bookmark_bubble_);
|
| bookmark_bubble_->Show();
|
| // Select the entire title textfield contents when the bubble is first shown.
|
| - bookmark_bubble_->title_tf_->SelectAll();
|
| + bookmark_bubble_->title_tf_->SelectAll(true);
|
|
|
| GURL url_ptr(url);
|
| content::NotificationService::current()->Notify(
|
|
|