| Index: components/safe_browsing_db/v4_local_database_manager.h
|
| diff --git a/components/safe_browsing_db/v4_local_database_manager.h b/components/safe_browsing_db/v4_local_database_manager.h
|
| index 355a182bfcc26d477d2dbe691507e44588927fd1..5410240ba9f7de68cfb94d05ff4181d45a9f4120 100644
|
| --- a/components/safe_browsing_db/v4_local_database_manager.h
|
| +++ b/components/safe_browsing_db/v4_local_database_manager.h
|
| @@ -86,6 +86,10 @@ class V4LocalDatabaseManager : public SafeBrowsingDatabaseManager {
|
| // This represents the case when we're trying to determine if any of the
|
| // URLs in a vector of URLs is unsafe for downloading binaries.
|
| CHECK_DOWNLOAD_URLS = 1,
|
| +
|
| + // This represents the case when we're trying to determine if a URL is an
|
| + // unsafe resource.
|
| + CHECK_RESOURCE_URL = 2,
|
| };
|
|
|
| // The information we need to process a URL safety reputation request and
|
|
|