| Index: chrome/browser/autocomplete/bookmark_provider.h
|
| diff --git a/chrome/browser/autocomplete/bookmark_provider.h b/chrome/browser/autocomplete/bookmark_provider.h
|
| index 81ace5b586685d8d593ea68a3ff3756668acbe32..f2a7f1d0e47cf3fc47e7e31eab6ce67d950c833b 100644
|
| --- a/chrome/browser/autocomplete/bookmark_provider.h
|
| +++ b/chrome/browser/autocomplete/bookmark_provider.h
|
| @@ -73,6 +73,9 @@
|
| Profile* profile_;
|
| BookmarkModel* bookmark_model_;
|
|
|
| + // True if we should use matches in the URL for scoring.
|
| + const bool score_using_url_matches_;
|
| +
|
| // Languages used during the URL formatting.
|
| std::string languages_;
|
|
|
|
|