| Index: components/safe_browsing_db/remote_database_manager.h
|
| diff --git a/components/safe_browsing_db/remote_database_manager.h b/components/safe_browsing_db/remote_database_manager.h
|
| index 8ae6663b419c53db58c1723330f82b4dc3c843db..3327081406fc65974bcdc5b61c970b533dae6633 100644
|
| --- a/components/safe_browsing_db/remote_database_manager.h
|
| +++ b/components/safe_browsing_db/remote_database_manager.h
|
| @@ -72,7 +72,6 @@ class RemoteSafeBrowsingDatabaseManager : public SafeBrowsingDatabaseManager {
|
|
|
| // Requests currently outstanding. This owns the ptrs.
|
| std::vector<ClientRequest*> current_requests_;
|
| - bool enabled_;
|
|
|
| std::set<content::ResourceType> resource_types_to_check_;
|
|
|
|
|