| Index: chrome/browser/ui/views/location_bar/suggested_text_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/suggested_text_view.cc b/chrome/browser/ui/views/location_bar/suggested_text_view.cc
|
| index 22b9e9fda57f10234e438b9d00332b445fb8136c..6fa19c062abede8ad601f17ff47085a81a4d522d 100644
|
| --- a/chrome/browser/ui/views/location_bar/suggested_text_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/suggested_text_view.cc
|
| @@ -46,7 +46,7 @@ void SuggestedTextView::PaintBackground(gfx::Canvas* canvas) {
|
| }
|
|
|
| void SuggestedTextView::AnimationEnded(const ui::Animation* animation) {
|
| - location_bar_->OnCommitSuggestedText();
|
| + location_bar_->OnCommitSuggestedText(false);
|
| }
|
|
|
| void SuggestedTextView::AnimationProgressed(const ui::Animation* animation) {
|
|
|