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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_database.h

Issue 1807253002: Properly handle the Module SBDatabase when it's corrupted (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: chrome/browser/safe_browsing/safe_browsing_database.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_database.h b/chrome/browser/safe_browsing/safe_browsing_database.h
index eb7d0d35560f93c59221e1aeb6fbfbe55d1872e1..9116c6a8fed550f57b313c8b1d40229d295bda22 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database.h
+++ b/chrome/browser/safe_browsing/safe_browsing_database.h
@@ -327,6 +327,7 @@ class SafeBrowsingDatabase {
FAILURE_RESOURCE_BLACKLIST_UPDATE_BEGIN = 35,
FAILURE_RESOURCE_BLACKLIST_UPDATE_FINISH = 36,
FAILURE_RESOURCE_BLACKLIST_DELETE = 37,
+ FAILURE_MODULE_WHITELIST_DELETE = 38,
Nathan Parker 2016/03/17 16:46:39 Add this to histograms.xml
proberge 2016/03/17 18:11:00 Done.
// Memory space for histograms is determined by the max. ALWAYS
// ADD NEW VALUES BEFORE THIS ONE.

Powered by Google App Engine
This is Rietveld 408576698