| Index: chrome/browser/dom_ui/dom_ui_contents.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/dom_ui_contents.cc (revision 10893)
|
| +++ chrome/browser/dom_ui/dom_ui_contents.cc (working copy)
|
| @@ -190,11 +190,11 @@
|
| return false;
|
| }
|
|
|
| -void DOMUIContents::SetInitialFocus(bool reverse) {
|
| +void DOMUIContents::SetInitialFocus() {
|
| if (InitCurrentUI(false))
|
| - current_ui_->SetInitialFocus(reverse);
|
| + current_ui_->SetInitialFocus();
|
| else
|
| - TabContents::SetInitialFocus(reverse);
|
| + TabContents::SetInitialFocus();
|
| }
|
|
|
| const string16& DOMUIContents::GetTitle() const {
|
|
|