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..31d80f8401d8458411d25193c90e4e57cc2a06ef 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 cleared. |
Peter Kasting
2013/11/15 23:23:05
Nit: has been cleared
Yuki
2013/11/18 06:10:36
Done.
|
+ 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; |