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 cd269c5135f2a7d3502f8c83439952bee2620325..1899590c4f8c6e49fd38349a7724ea2b2335fc71 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_view.h |
+++ b/chrome/browser/ui/omnibox/omnibox_view.h |
@@ -175,6 +175,9 @@ class OmniboxView { |
virtual bool OnInlineAutocompleteTextMaybeChanged( |
const string16& display_text, size_t user_text_length) = 0; |
+ // Called when the inline autocomplete text in the model has been cleared. |
+ virtual void OnInlineAutocompleteTextCleared() = 0; |
+ |
// Called when the temporary text has been reverted by the user. This will |
// reset the user's original selection. |
virtual void OnRevertTemporaryText() = 0; |