| Index: ios/net/cookies/cookie_store_ios.h
|
| diff --git a/ios/net/cookies/cookie_store_ios.h b/ios/net/cookies/cookie_store_ios.h
|
| index 0ededf9364f7f7df6855eb1d526f0cb02e64a821..5419a93f6b17fede616c063387fa23fa32c8ed9c 100644
|
| --- a/ios/net/cookies/cookie_store_ios.h
|
| +++ b/ios/net/cookies/cookie_store_ios.h
|
| @@ -253,7 +253,7 @@ class CookieStoreIOS : public net::CookieStore,
|
| void RunCallbacksForCookies(const GURL& url,
|
| const std::string& name,
|
| const std::vector<net::CanonicalCookie>& cookies,
|
| - bool removed);
|
| + net::CookieStore::ChangeCause cause);
|
|
|
| // Called by this CookieStoreIOS' internal CookieMonster instance when
|
| // GetAllCookiesForURLAsync() completes. Updates the cookie cache and runs
|
|
|