Skip to content

Commit

Permalink
Uplift of #21494 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Jan 5, 2024
1 parent e0f6e09 commit 874f9b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class BraveApplicationContextImpl : public ApplicationContextImpl {

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
return nullptr;
}

SafeBrowsingService* BraveApplicationContextImpl::GetSafeBrowsingService() {
return nullptr;
}

BrowserPolicyConnectorIOS*
BraveApplicationContextImpl::GetBrowserPolicyConnector() {
return nullptr;
Expand Down

0 comments on commit 874f9b9

Please sign in to comment.