| Index: chrome/browser/browsing_data/browsing_data_remover.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h
|
| index 3c2ecb0b5b0d84cd1573bcdbbe4ed25e3b941ec4..e52122a7b57e5d8f568c57a6a78a588556b185f8 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.h
|
| @@ -382,7 +382,7 @@ class BrowsingDataRemover : public KeyedService
|
|
|
| // Callback for when TemplateURLService has finished loading. Clears the data,
|
| // clears the respective waiting flag, and invokes NotifyIfDone.
|
| - void OnKeywordsLoaded();
|
| + void OnKeywordsLoaded(base::Callback<bool(const GURL&)> url_filter);
|
|
|
| #if defined(ENABLE_PLUGINS)
|
| // Called when plugin data has been cleared. Invokes NotifyIfDone.
|
|
|