| Index: components/safe_browsing_db/remote_database_manager.cc
|
| diff --git a/components/safe_browsing_db/remote_database_manager.cc b/components/safe_browsing_db/remote_database_manager.cc
|
| index 47d80627032d99d07ce09c2949da84c324a506fb..a67e72d2889ec53b5eb07529e0232bff9c4cf593 100644
|
| --- a/components/safe_browsing_db/remote_database_manager.cc
|
| +++ b/components/safe_browsing_db/remote_database_manager.cc
|
| @@ -165,7 +165,7 @@ bool RemoteSafeBrowsingDatabaseManager::CanCheckUrl(const GURL& url) const {
|
| url.SchemeIs(url::kFtpScheme);
|
| }
|
|
|
| -bool RemoteSafeBrowsingDatabaseManager::download_protection_enabled() const {
|
| +bool RemoteSafeBrowsingDatabaseManager::IsDownloadProtectionEnabled() const {
|
| return false;
|
| }
|
|
|
|
|