Fix omnibox logging for zero suggest.
commit0e06d81683e11cbed159123cc693a9caab390dc3
authormariakhomenko <mariakhomenko@chromium.org>
Sat, 19 Sep 2015 00:04:09 +0000 (18 17:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 19 Sep 2015 00:04:40 +0000 (19 00:04 +0000)
tree0ca9c4922decfd7c954b7d86dbc0ca943ded27ee
parente24f96cf23beac3aec7a980927abe3d13112a531
Fix omnibox logging for zero suggest.

Record zero suggest OmniboxLog entry as if the input string is empty as
opposed to the current URL as it is today. This will allow us to see
zero suggest on input length histograms as 0-length input rather than
affect the input distribution via the random current URL size.

BUG=529892

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

Cr-Commit-Position: refs/heads/master@{#349813}
chrome/browser/android/omnibox/autocomplete_controller_android.cc