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

Unified Diff: chrome/browser/conflicts/module_database_win.cc

Issue 2653333002: [win] Create utilities for helping to populate ModuleDatabase. (Closed)
Patch Set: Fix include order. Created 3 years, 10 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 | « chrome/browser/conflicts/module_database_win.h ('k') | chrome/browser/conflicts/module_info_util_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/conflicts/module_database_win.cc
diff --git a/chrome/browser/conflicts/module_database_win.cc b/chrome/browser/conflicts/module_database_win.cc
index af71f6eec30813b79fdd1ae8ed1d6b6efeaa05a6..c5a090f3a2680e31ca6180a35690e5780baf4431 100644
--- a/chrome/browser/conflicts/module_database_win.cc
+++ b/chrome/browser/conflicts/module_database_win.cc
@@ -340,10 +340,19 @@ bool ModuleDatabase::ModuleInfoKey::operator<(const ModuleInfoKey& mik) const {
mik.module_time_date_stamp);
}
+// ModuleDatabase::CertificateInfo ---------------------------------------------
+
+ModuleDatabase::CertificateInfo::CertificateInfo() : type(NO_CERTIFICATE) {}
+
// ModuleDatabase::ModuleInfoData ----------------------------------------------
ModuleDatabase::ModuleInfoData::ModuleInfoData() : process_types(0) {}
+ModuleDatabase::ModuleInfoData::ModuleInfoData(const ModuleInfoData& others) =
+ default;
+
+ModuleDatabase::ModuleInfoData::~ModuleInfoData() = default;
+
// ModuleDatabase::ProcessInfoKey ----------------------------------------------
ModuleDatabase::ProcessInfoKey::ProcessInfoKey(
« no previous file with comments | « chrome/browser/conflicts/module_database_win.h ('k') | chrome/browser/conflicts/module_info_util_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698