Commit 841ff264 authored by dominich@chromium.org's avatar dominich@chromium.org

Remove vestigial web ui element.

The backing code that this referenced was removed some time ago in http://codereview.chromium.org/10453013/


Review URL: https://chromiumcodereview.appspot.com/10836013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149085 0039d316-1c4b-4281-b951-d872f2087c98
parent 7a9bc329
...@@ -72,7 +72,6 @@ function updateAutocompleteActionPredictorDbView(database) { ...@@ -72,7 +72,6 @@ function updateAutocompleteActionPredictorDbView(database) {
} }
} }
$('countBanner').textContent = 'Entries: ' + databaseSection.children.length; $('countBanner').textContent = 'Entries: ' + databaseSection.children.length;
$('countBanner').textContent += ' Hit Weight: ' + database.hit_weight;
} }
document.addEventListener('DOMContentLoaded', document.addEventListener('DOMContentLoaded',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment