| Index: chrome/browser/ui/search/instant_controller.h
|
| diff --git a/chrome/browser/ui/search/instant_controller.h b/chrome/browser/ui/search/instant_controller.h
|
| index f459e38818c510f58f6888db8e0addddc121e67b..fa3cd642c42c497b975666a945b35f49b2bd5879 100644
|
| --- a/chrome/browser/ui/search/instant_controller.h
|
| +++ b/chrome/browser/ui/search/instant_controller.h
|
| @@ -398,7 +398,8 @@ class InstantController : public InstantPage::Delegate,
|
| string16 last_omnibox_text_;
|
|
|
| // The most recent user_text passed to Update(). Used to filter out-of-date
|
| - // URL suggestions from the Instant page.
|
| + // URL suggestions from the Instant page. Set in Update() and cleared when
|
| + // the page sets temporary text (SetSuggestions() with REPLACE behavior).
|
| string16 last_user_text_;
|
|
|
| // True if the last Update() had an inline autocompletion. Used only to make
|
|
|