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

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

Issue 2648193002: SafeBrowsing: Move enabled_ to base class DB Manager (Closed)
Patch Set: Update comments Created 3 years, 11 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 | chrome/browser/safe_browsing/local_database_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/local_database_manager.h
diff --git a/chrome/browser/safe_browsing/local_database_manager.h b/chrome/browser/safe_browsing/local_database_manager.h
index 9a27a8e2907a70ead04e8a101d58dc024e178755..c03fff31c3fc4f6ecff16c5f7848c2dc407411ec 100644
--- a/chrome/browser/safe_browsing/local_database_manager.h
+++ b/chrome/browser/safe_browsing/local_database_manager.h
@@ -330,10 +330,6 @@ class LocalSafeBrowsingDatabaseManager
// Lock used to prevent possible data races due to compiler optimizations.
mutable base::Lock database_lock_;
- // Whether the service is running. 'enabled_' is used by the
- // SafeBrowsingDatabaseManager on the IO thread during normal operations.
- bool enabled_;
-
// Indicate if download_protection is enabled by command switch
// so we allow this feature to be exercised.
bool enable_download_protection_;
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/local_database_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698