| Index: chrome/browser/autocomplete/bookmark_provider.h
|
| diff --git a/chrome/browser/autocomplete/bookmark_provider.h b/chrome/browser/autocomplete/bookmark_provider.h
|
| index f2a7f1d0e47cf3fc47e7e31eab6ce67d950c833b..81ace5b586685d8d593ea68a3ff3756668acbe32 100644
|
| --- a/chrome/browser/autocomplete/bookmark_provider.h
|
| +++ b/chrome/browser/autocomplete/bookmark_provider.h
|
| @@ -73,9 +73,6 @@ class BookmarkProvider : public AutocompleteProvider {
|
| 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_;
|
|
|
|
|