| Index: components/signin/ios/browser/account_consistency_service.h
|
| diff --git a/components/signin/ios/browser/account_consistency_service.h b/components/signin/ios/browser/account_consistency_service.h
|
| index 6cbf504dc78bd6dd4c6ba2553a9eabd8978325cf..cc61d8fe64aee810c40eef7ce53188f521a41bcd 100644
|
| --- a/components/signin/ios/browser/account_consistency_service.h
|
| +++ b/components/signin/ios/browser/account_consistency_service.h
|
| @@ -78,7 +78,8 @@ class AccountConsistencyService : public KeyedService,
|
| // Does nothing if the cookie is not set on |domain|.
|
| void RemoveChromeConnectedCookieFromDomain(const std::string& domain);
|
|
|
| - // Notifies the AccountConsistencyService that browsing data has been removed.
|
| + // Notifies the AccountConsistencyService that browsing data has been removed
|
| + // for any time period.
|
| void OnBrowsingDataRemoved();
|
|
|
| private:
|
|
|