| Index: chrome/browser/autocomplete/history_url_provider.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete/history_url_provider.cc (revision 145689)
|
| +++ chrome/browser/autocomplete/history_url_provider.cc (working copy)
|
| @@ -936,5 +936,9 @@
|
| ACMatchClassification::NONE,
|
| &match.description_class);
|
|
|
| + match.LogInfo("typed count", info.typed_count());
|
| + match.LogInfo("visit count", info.visit_count());
|
| + match.LogInfo("last visit", info.last_visit());
|
| +
|
| return match;
|
| }
|
|
|