| 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,
|
|
|
| // Memory space for histograms is determined by the max. ALWAYS
|
| // ADD NEW VALUES BEFORE THIS ONE.
|
|
|