Index: components/omnibox/browser/omnibox_view.h |
diff --git a/components/omnibox/browser/omnibox_view.h b/components/omnibox/browser/omnibox_view.h |
index 473aeae0b6ae2286e45426c6e2a43ba0bf771f6b..37cee3eded77c6eff11e7f4b7cc2e56af8dca9ac 100644 |
--- a/components/omnibox/browser/omnibox_view.h |
+++ b/components/omnibox/browser/omnibox_view.h |
@@ -130,13 +130,6 @@ class OmniboxView { |
// avoid selecting the "phantom newline" at the end of the edit. |
virtual void SelectAll(bool reversed) = 0; |
- // Sets focus, disables search term replacement, reverts the omnibox, and |
- // 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). |
@@ -285,7 +278,6 @@ class OmniboxView { |
private: |
friend class OmniboxViewMacTest; |
- FRIEND_TEST_ALL_PREFIXES(InstantExtendedTest, ShowURL); |
// |model_| can be NULL in tests. |
std::unique_ptr<OmniboxEditModel> model_; |