Index: components/omnibox/browser/omnibox_edit_model.h |
diff --git a/components/omnibox/browser/omnibox_edit_model.h b/components/omnibox/browser/omnibox_edit_model.h |
index cae2df91b1c696fd51867bd7ccdb80d63a6365d5..103cca94ebfb8b930bb57d901235974c3d441f1f 100644 |
--- a/components/omnibox/browser/omnibox_edit_model.h |
+++ b/components/omnibox/browser/omnibox_edit_model.h |
@@ -144,6 +144,7 @@ class OmniboxEditModel { |
bool* write_url); |
bool user_input_in_progress() const { return user_input_in_progress_; } |
+ bool text_update_in_progress() const; |
// Sets the state of user_input_in_progress_, and notifies the observer if |
// that state has changed. |