Move notification sending out of AutocompleteController
commit62bf65fde64c6836c036886f51b711f1d31b691a
authorblundell <blundell@chromium.org>
Fri, 19 Jun 2015 08:30:46 +0000 (19 01:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 19 Jun 2015 08:31:14 +0000 (19 08:31 +0000)
treefb2b21a00c924f0db8468cd40df4ef330512a009
parentd423ad87b1fdc8a59a7c945c000bfbbd9d8b2245
Move notification sending out of AutocompleteController

In preparation for componentizing AutocompleteController, this replaces the
notifications that it sends (listened for in //chrome-level test code) with a
callback to the AutocompleteProviderClient. The
ChromeAutocompleteProviderClient now sends the notifications when it receives
the callback.

Review URL: https://codereview.chromium.org/1194563002

Cr-Commit-Position: refs/heads/master@{#335224}
chrome/browser/autocomplete/autocomplete_controller.cc
chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc
chrome/browser/autocomplete/chrome_autocomplete_provider_client.h
components/omnibox/autocomplete_provider_client.h