| Index: chrome/browser/autocomplete/bookmark_provider.h
|
| diff --git a/chrome/browser/autocomplete/bookmark_provider.h b/chrome/browser/autocomplete/bookmark_provider.h
|
| index 8d42ab5ffdfc56490f169ccb03b33f1ad9d6f39c..60bdf9fae4424d00a6fcb645f7d3f904fc24f547 100644
|
| --- a/chrome/browser/autocomplete/bookmark_provider.h
|
| +++ b/chrome/browser/autocomplete/bookmark_provider.h
|
| @@ -34,7 +34,9 @@ class BookmarkProvider : public AutocompleteProvider {
|
| // When |minimal_changes| is true short circuit any additional searching and
|
| // leave the previous matches for this provider unchanged, otherwise perform
|
| // a complete search for |input| across all bookmark titles.
|
| - void Start(const AutocompleteInput& input, bool minimal_changes) override;
|
| + void Start(const AutocompleteInput& input,
|
| + bool minimal_changes,
|
| + bool on_focus) override;
|
|
|
| // Sets the BookmarkModel for unit tests.
|
| void set_bookmark_model_for_testing(BookmarkModel* bookmark_model) {
|
|
|