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

Unified Diff: components/safe_browsing_db/v4_database.h

Issue 1954393002: Initialize and reset V4LocalDBManager. Instantiate V4Stores. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v4_01_db_realz
Patch Set: Add v4_store.cc to gypi and update a comment Created 4 years, 7 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: components/safe_browsing_db/v4_database.h
diff --git a/components/safe_browsing_db/v4_database.h b/components/safe_browsing_db/v4_database.h
index 509939e68be6366928a21ca4071958d50fb574b7..abd445c10e227c5ab9db6bd8a69cf45b7a1b78d5 100644
--- a/components/safe_browsing_db/v4_database.h
+++ b/components/safe_browsing_db/v4_database.h
@@ -67,6 +67,11 @@ class V4Database {
}
private:
+ const scoped_refptr<base::SequencedTaskRunner>& db_task_runner_;
+
+ // Map of UpdateListIdentifier to the V4Store.
+ StoreMap store_map_;
+
// The factory that controls the creation of V4Database objects.
// This is used *only* by tests.
static V4DatabaseFactory* factory_;

Powered by Google App Engine
This is Rietveld 408576698