Chromium Code Reviews| 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 28bb7ddb812558444627fc738b38f66dd92be2c8..135673ec6b167a848728f3d2f80bd6a8bcdd1c97 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); |
|
Finnur
2013/04/18 14:49:11
This is really just so that we have a single choke
|
| find_text_->SelectAll(true); |
| } |