Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(957)

Unified Diff: components/safe_browsing_db/v4_local_database_manager.h

Issue 2450413002: Small: Implement CheckResourceUrl (Closed)
Patch Set: git rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/safe_browsing_db/v4_local_database_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | components/safe_browsing_db/v4_local_database_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698