| Index: ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
|
| diff --git a/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h b/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
|
| index 0d5d9a3da6e42b0410209699dabed5b736fe8128..098528876e45ea03dcb919b9a31db14648284465 100644
|
| --- a/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
|
| +++ b/ios/chrome/browser/browsing_data/ios_chrome_browsing_data_remover.h
|
| @@ -170,7 +170,7 @@ class IOSChromeBrowsingDataRemover {
|
| // TODO(mkwst): The current implementation relies on unique (empty) origins to
|
| // signal removal of all origins. Reconsider this behavior if/when we build
|
| // a "forget this site" feature.
|
| - void RemoveImpl(int remove_mask, const GURL& remove_url);
|
| + void RemoveImpl(int remove_mask);
|
|
|
| // Notifies observers and deletes this object.
|
| void NotifyAndDelete();
|
| @@ -198,8 +198,7 @@ class IOSChromeBrowsingDataRemover {
|
|
|
| // Invoked on the IO thread to delete cookies.
|
| void ClearCookiesOnIOThread(
|
| - const scoped_refptr<net::URLRequestContextGetter>& rq_context,
|
| - const GURL& storage_url);
|
| + const scoped_refptr<net::URLRequestContextGetter>& rq_context);
|
|
|
| // Invoked on the IO thread to delete channel IDs.
|
| void ClearChannelIDsOnIOThread(
|
|
|