Skip to content

Commit

Permalink
Updated comment to explain empty implementation (code review)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBarabash committed Oct 16, 2024
1 parent 262e956 commit 83f3830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/sync/service/brave_sync_service_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ class BraveSyncServiceImpl : public SyncServiceImpl {

// IdentityManager::Observer implementation.
// Override with an empty implementation.
// We need this to avoid device cache guid regeneration once any Google
// Account cookie gets deleted, for example when user signs out from GMail
void OnAccountsCookieDeletedByUserAction() override;
void OnAccountsInCookieUpdated(
const signin::AccountsInCookieJarInfo& accounts_in_cookie_jar_info,
Expand Down

0 comments on commit 83f3830

Please sign in to comment.