Skip to content

Commit

Permalink
Fix #35593: Remove browser policy connector override for iOS (#21758)
Browse files Browse the repository at this point in the history
- Remove browser policy connector override on iOS. 
- Desktop doesn't have it, and having it null will prevent variations and other services from working.
  • Loading branch information
Brandon-T authored and tmancey committed Jan 29, 2024
1 parent 0dbcac3 commit ad57be6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 57 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class BraveApplicationContextImpl : public ApplicationContextImpl {

// ApplicationContextImpl
ukm::UkmRecorder* GetUkmRecorder() override;
BrowserPolicyConnectorIOS* GetBrowserPolicyConnector() override;
gcm::GCMDriver* GetGCMDriver() override;

// BraveApplicationContextImpl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
return nullptr;
}

BrowserPolicyConnectorIOS*
BraveApplicationContextImpl::GetBrowserPolicyConnector() {
return nullptr;
}

gcm::GCMDriver* BraveApplicationContextImpl::GetGCMDriver() {
return nullptr;
}
Expand Down

0 comments on commit ad57be6

Please sign in to comment.