| Index: chrome/browser/ui/omnibox/omnibox_view.h
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_view.h b/chrome/browser/ui/omnibox/omnibox_view.h
|
| index d88125cfaf63b52e60e7989216b6dbec3894f55b..7f40e5789e522df7d04f5862d531364b4dd4cd5b 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_view.h
|
| +++ b/chrome/browser/ui/omnibox/omnibox_view.h
|
| @@ -137,6 +137,9 @@ class OmniboxView {
|
| // selects all.
|
| void ShowURL();
|
|
|
| + // Enables search term replacement and reverts the omnibox.
|
| + void HideURL();
|
| +
|
| // Re-enables search term replacement on the ToolbarModel, and reverts the
|
| // edit and popup back to their unedited state (permanent text showing, popup
|
| // closed, no user input in progress).
|
|
|