Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
remove unused safe_browsing references
Browse files Browse the repository at this point in the history
fixes windows build failure
auditors @darkdh @bbondy
  • Loading branch information
bridiver committed Jun 11, 2017
1 parent c345a91 commit 8316ae1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,6 @@ BravePasswordManagerClient::GetPasswordStore() const {
profile_, ServiceAccessType::EXPLICIT_ACCESS).get();
}

safe_browsing::PasswordProtectionService*
BravePasswordManagerClient::GetPasswordProtectionService() const {
return nullptr;
}

password_manager::PasswordSyncState
BravePasswordManagerClient::GetPasswordSyncState() const {
return password_manager_util::GetPasswordSyncState(nullptr);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ class BravePasswordManagerClient
const override;
PrefService* GetPrefs() override;
password_manager::PasswordStore* GetPasswordStore() const override;
safe_browsing::PasswordProtectionService* GetPasswordProtectionService()
const override;
password_manager::PasswordSyncState GetPasswordSyncState() const override;
bool WasLastNavigationHTTPError() const override;
bool DidLastPageLoadEncounterSSLErrors() const override;
Expand Down

0 comments on commit 8316ae1

Please sign in to comment.