| Index: chrome/browser/autocomplete/autocomplete.cc
|
| diff --git a/chrome/browser/autocomplete/autocomplete.cc b/chrome/browser/autocomplete/autocomplete.cc
|
| index 8b4f9f74999ce7b44af73375f5ef91c20315a4e5..f72622d2088008e0024158d10ca3611a5998d20d 100644
|
| --- a/chrome/browser/autocomplete/autocomplete.cc
|
| +++ b/chrome/browser/autocomplete/autocomplete.cc
|
| @@ -1007,8 +1007,8 @@ void AutocompleteController::UpdateResult(bool is_synchronous_pass) {
|
| #endif
|
|
|
| if (!done_) {
|
| - // This conditional needs to match the conditional in Start that invokes
|
| - // StartExpireTimer.
|
| + // This must match the conditional in Start that invokes StartExpireTimer.
|
| + // TODO(msw): Remove or sanitize copied SEARCH_SUGGEST matches?
|
| result_.CopyOldMatches(input_, last_result);
|
| }
|
|
|
|
|