Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: components/omnibox/browser/omnibox_edit_model.h

Issue 2763063002: [omnibox] Narrow condition for resetting selection (Closed)
Patch Set: Restored include file Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698