| Index: chrome/browser/ui/views/find_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/find_bar_view.cc b/chrome/browser/ui/views/find_bar_view.cc
|
| index 930a5347e4f02a236b99f44351fd9bfd3e2ce8ff..096a048308202ec9ff2e726f61e4e51eeab790c5 100644
|
| --- a/chrome/browser/ui/views/find_bar_view.cc
|
| +++ b/chrome/browser/ui/views/find_bar_view.cc
|
| @@ -192,7 +192,7 @@ void FindBarView::UpdateForResult(const FindNotificationDetails& result,
|
| // composed by them. To avoid this problem, we should check the IME status and
|
| // update the text only when the IME is not composing text.
|
| if (find_text_->text() != find_text && !find_text_->IsIMEComposing()) {
|
| - find_text_->SetText(find_text);
|
| + SetFindText(find_text);
|
| find_text_->SelectAll(true);
|
| }
|
|
|
|
|