Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: components/signin/ios/browser/account_consistency_service.h

Issue 2270063005: Add support for time based deletion of browsing data on iOS (Closed)
Patch Set: Updated comment in AccountConsistencyService Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/browsing_data/browsing_data_remover_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | ios/chrome/browser/browsing_data/browsing_data_remover_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698