| Index: components/omnibox/browser/omnibox_view.cc
|
| diff --git a/components/omnibox/browser/omnibox_view.cc b/components/omnibox/browser/omnibox_view.cc
|
| index c92730f03337167fa96512a737b685be95034197..ab062677182c790717b90860959396593e13833f 100644
|
| --- a/components/omnibox/browser/omnibox_view.cc
|
| +++ b/components/omnibox/browser/omnibox_view.cc
|
| @@ -112,20 +112,6 @@ void OmniboxView::SetUserText(const base::string16& text,
|
| SetWindowTextAndCaretPos(text, text.length(), update_popup, true);
|
| }
|
|
|
| -void OmniboxView::ShowURL() {
|
| - SetFocus();
|
| - controller_->GetToolbarModel()->set_url_replacement_enabled(false);
|
| - model_->UpdatePermanentText();
|
| - RevertWithoutResettingSearchTermReplacement();
|
| - SelectAll(true);
|
| -}
|
| -
|
| -void OmniboxView::HideURL() {
|
| - controller_->GetToolbarModel()->set_url_replacement_enabled(true);
|
| - model_->UpdatePermanentText();
|
| - RevertWithoutResettingSearchTermReplacement();
|
| -}
|
| -
|
| void OmniboxView::RevertAll() {
|
| controller_->GetToolbarModel()->set_url_replacement_enabled(true);
|
| RevertWithoutResettingSearchTermReplacement();
|
|
|