| Index: chrome/browser/ui/views/edit_search_engine_dialog.cc
|
| diff --git a/chrome/browser/ui/views/edit_search_engine_dialog.cc b/chrome/browser/ui/views/edit_search_engine_dialog.cc
|
| index e44be4f5c9ca21258b0ec3fe2bceaac4544cc600..5815e970ad69fe3a18186103f9f5db111f59f591 100644
|
| --- a/chrome/browser/ui/views/edit_search_engine_dialog.cc
|
| +++ b/chrome/browser/ui/views/edit_search_engine_dialog.cc
|
| @@ -62,7 +62,7 @@ void EditSearchEngineDialog::Show(gfx::NativeWindow parent,
|
| new EditSearchEngineDialog(template_url, delegate, profile);
|
| // Window interprets an empty rectangle as needing to query the content for
|
| // the size as well as centering relative to the parent.
|
| - CreateBrowserModalDialogViews(contents, parent);
|
| + CreateWindowModalDialogViews(contents, parent);
|
| contents->GetWidget()->Show();
|
| contents->GetDialogClientView()->UpdateDialogButtons();
|
| contents->title_tf_->SelectAll(true);
|
|
|