| Index: components/safe_browsing_db/database_manager.h
|
| diff --git a/components/safe_browsing_db/database_manager.h b/components/safe_browsing_db/database_manager.h
|
| index 5fa427ff29e086d420d0277507eeaf69d03a537a..12d893d3f9df0bb6496819b3a7cf19d53739b676 100644
|
| --- a/components/safe_browsing_db/database_manager.h
|
| +++ b/components/safe_browsing_db/database_manager.h
|
| @@ -83,7 +83,7 @@ class SafeBrowsingDatabaseManager
|
| virtual bool CanCheckUrl(const GURL& url) const = 0;
|
|
|
| // Returns whether download protection is enabled.
|
| - virtual bool download_protection_enabled() const = 0;
|
| + virtual bool IsDownloadProtectionEnabled() const = 0;
|
|
|
| // Called on the IO thread to check if the given url is safe or not. If we
|
| // can synchronously determine that the url is safe, CheckUrl returns true.
|
|
|