| Index: chrome/browser/safe_browsing/remote_database_manager.cc
|
| diff --git a/chrome/browser/safe_browsing/remote_database_manager.cc b/chrome/browser/safe_browsing/remote_database_manager.cc
|
| index 9eb0d7e980b7e4a4f03980de6a2337c764e2762c..8a424997617ae90a3348a567de87d0512560a2b4 100644
|
| --- a/chrome/browser/safe_browsing/remote_database_manager.cc
|
| +++ b/chrome/browser/safe_browsing/remote_database_manager.cc
|
| @@ -104,7 +104,7 @@ RemoteSafeBrowsingDatabaseManager::RemoteSafeBrowsingDatabaseManager()
|
| if (ints_str.empty()) {
|
| // By default, we check all types except a few.
|
| static_assert(content::RESOURCE_TYPE_LAST_TYPE ==
|
| - content::RESOURCE_TYPE_SERVICE_WORKER + 1,
|
| + content::RESOURCE_TYPE_PLUGIN_RESOURCE + 1,
|
| "Decide if new resource type should be skipped on mobile.");
|
| for (int t_int = 0; t_int < content::RESOURCE_TYPE_LAST_TYPE; t_int++) {
|
| content::ResourceType t = static_cast<content::ResourceType>(t_int);
|
|
|