| Index: chrome/browser/omnibox/omnibox_field_trial.cc
|
| diff --git a/chrome/browser/omnibox/omnibox_field_trial.cc b/chrome/browser/omnibox/omnibox_field_trial.cc
|
| index 94f8cf7f69938bd6be3162db57319dd113ed9078..0512978bf720bd786b1487afea4b189466a91041 100644
|
| --- a/chrome/browser/omnibox/omnibox_field_trial.cc
|
| +++ b/chrome/browser/omnibox/omnibox_field_trial.cc
|
| @@ -398,7 +398,7 @@ int OmniboxFieldTrial::HQPBookmarkValue() {
|
| GetVariationParamValue(kBundledExperimentFieldTrialName,
|
| kHQPBookmarkValueRule);
|
| if (bookmark_value_str.empty())
|
| - return 1;
|
| + return 10;
|
| // This is a best-effort conversion; we trust the hand-crafted parameters
|
| // downloaded from the server to be perfect. There's no need for handle
|
| // errors smartly.
|
|
|