Chromium Code Reviews| Index: chrome/browser/ui/omnibox/omnibox_edit_model.h |
| =================================================================== |
| --- chrome/browser/ui/omnibox/omnibox_edit_model.h (revision 209999) |
| +++ chrome/browser/ui/omnibox/omnibox_edit_model.h (working copy) |
| @@ -444,6 +444,10 @@ |
| // autocomplete text that has not yet been accepted. |
| string16 user_text_; |
| + // We keep track of when the user last focused on the omnibox, but reset it |
| + // when user input occurs. |
|
Mark P
2013/07/09 19:49:47
Please say explicitly reset it to null.
H Fung
2013/07/09 20:33:03
Done.
|
| + base::TimeTicks last_omnibox_focus_without_user_input_; |
| + |
| // We keep track of when the user began modifying the omnibox text. |
| // This should be valid whenever user_input_in_progress_ is true. |
| base::TimeTicks time_user_first_modified_omnibox_; |