Commit 1dbb8e29 authored by groby's avatar groby Committed by Commit bot

Increase answers cache size.

BUG=none
TBR=pkasting@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#296266}
parent 3a065495
...@@ -128,7 +128,7 @@ SearchProvider::SearchProvider( ...@@ -128,7 +128,7 @@ SearchProvider::SearchProvider(
listener_(listener), listener_(listener),
suggest_results_pending_(0), suggest_results_pending_(0),
providers_(template_url_service), providers_(template_url_service),
answers_cache_(1) { answers_cache_(10) {
} }
// static // static
......
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