Index: components/omnibox/browser/omnibox_view.h |
diff --git a/components/omnibox/browser/omnibox_view.h b/components/omnibox/browser/omnibox_view.h |
index 37cee3eded77c6eff11e7f4b7cc2e56af8dca9ac..5f71e1af78540b75366c2bad57fcd12d973b6a90 100644 |
--- a/components/omnibox/browser/omnibox_view.h |
+++ b/components/omnibox/browser/omnibox_view.h |
@@ -130,14 +130,10 @@ class OmniboxView { |
// avoid selecting the "phantom newline" at the end of the edit. |
virtual void SelectAll(bool reversed) = 0; |
- // 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). |
+ // Reverts the edit and popup back to their unedited state (permanent text |
+ // showing, popup closed, no user input in progress). |
virtual void RevertAll(); |
- // Like RevertAll(), but does not touch the search term replacement state. |
- void RevertWithoutResettingSearchTermReplacement(); |
- |
// Updates the autocomplete popup and other state after the text has been |
// changed by the user. |
virtual void UpdatePopup() = 0; |