| Index: chrome/browser/browsing_data/browsing_data_remover_impl.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover_impl.h b/chrome/browser/browsing_data/browsing_data_remover_impl.h
|
| index 9889aea080b5a32f73939cc5e63899e996fa35eb..41281c141955a7e1893a9cdc829d86fa86d72c7d 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_impl.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_impl.h
|
| @@ -205,6 +205,9 @@ class BrowsingDataRemoverImpl : public BrowsingDataRemover {
|
| // Returns true if we're all done.
|
| bool AllDone();
|
|
|
| + // Retrieve a UI thread-bound weak pointer to this BrowsingDataRemoverImpl.
|
| + base::WeakPtr<BrowsingDataRemoverImpl> GetWeakPtr();
|
| +
|
| // The browser context we're to remove from.
|
| content::BrowserContext* browser_context_;
|
|
|
|
|