Omnibox: Make BuiltinProvider Play Well with #Hashes
commit82775d581034d7b785879dec8b5d5b8090907f3c
authormpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 29 Oct 2013 06:21:22 +0000 (29 06:21 +0000)
committermpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 29 Oct 2013 06:21:22 +0000 (29 06:21 +0000)
treea941f6fb73a04e8815e4899dfc2f86639928a4a9
parentc33fa1e02449d6b220914d799cfd38ddd44c5e4c
Omnibox: Make BuiltinProvider Play Well with #Hashes

This doesn't appear to me to fix the linked bug (even though Peter
claims it should).  Regardless, it's the right thing to do in any case.

This change also allows BuiltinProvider to respond to omnibox requests
that only want the top match.  (Now that BuiltinProvider can inline,
this is useful.)  It used to respond only to requests that want all
matches.

BUG=280236

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231540 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/autocomplete/builtin_provider.cc