Munge descriptions of search matches even when they come from the shortcuts
commit28ef4d486f7de3e20d3d9fc3a161704676cbca48
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 26 Mar 2014 18:34:27 +0000 (26 18:34 +0000)
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 26 Mar 2014 18:34:27 +0000 (26 18:34 +0000)
treea200390e61c571f8aca8271b41b5598ad66466c0
parent6da661c5aacdd0c6cdbb4a0ac97a305bb5b97534
Munge descriptions of search matches even when they come from the shortcuts
provider.

The shortcuts backend will still end up storing inconsistent descriptions --
e.g. "Google Search" or the empty string, depending on which line the user
opens -- but it won't matter, because these will all get reset consistently when
the controller displays them.

BUG=320060
TEST=none
R=mpearson@chromium.org

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

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