| Index: components/omnibox/browser/autocomplete_controller.h
|
| diff --git a/components/omnibox/browser/autocomplete_controller.h b/components/omnibox/browser/autocomplete_controller.h
|
| index c35072a654e8057ec7605f66aac398dba1484d13..759340529a3577954006cc27610982b8f475526d 100644
|
| --- a/components/omnibox/browser/autocomplete_controller.h
|
| +++ b/components/omnibox/browser/autocomplete_controller.h
|
| @@ -142,6 +142,7 @@ class AutocompleteController : public AutocompleteProviderListener {
|
| FRIEND_TEST_ALL_PREFIXES(AutocompleteProviderTest, UpdateAssistedQueryStats);
|
| FRIEND_TEST_ALL_PREFIXES(OmniboxViewTest, DoesNotUpdateAutocompleteOnBlur);
|
| FRIEND_TEST_ALL_PREFIXES(OmniboxViewViewsTest, CloseOmniboxPopupOnTextDrag);
|
| + FRIEND_TEST_ALL_PREFIXES(OmniboxViewViewsTest, MaintainCursorAfterFocusCycle);
|
|
|
| // Updates |result_| to reflect the current provider state and fires
|
| // notifications. If |regenerate_result| then we clear the result
|
|
|