mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update privacy_sandbox_settings.cc
This commit is contained in:
parent
232005cd87
commit
deb699a8a3
1 changed files with 2 additions and 2 deletions
|
@ -533,9 +533,9 @@ void PrivacySandboxSettings::MaybeReconcilePrivacySandboxPref() {
|
|||
DCHECK(sync_service_);
|
||||
DCHECK(identity_manager_);
|
||||
if (!sync_service_observer_.IsObserving())
|
||||
sync_service_observer_.Observe(sync_service_);
|
||||
sync_service_observer_.Observe(sync_service_.get());
|
||||
if (!identity_manager_observer_.IsObserving())
|
||||
identity_manager_observer_.Observe(identity_manager_);
|
||||
identity_manager_observer_.Observe(identity_manager_.get());
|
||||
}
|
||||
|
||||
void PrivacySandboxSettings::ReconcilePrivacySandboxPref() {
|
||||
|
|
Loading…
Reference in a new issue