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

Unified Diff: extensions/browser/info_map.cc

Issue 2881453002: DNR Prototype: With flatbuffers
Patch Set: -- Created 3 years, 6 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 | « extensions/browser/info_map.h ('k') | extensions/browser/mock_extension_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/info_map.cc
diff --git a/extensions/browser/info_map.cc b/extensions/browser/info_map.cc
index b32ecded678ff7f603f979e948200e5d1049af8c..83af4b25c41e3326b3a25033a3d31d5e21b84035 100644
--- a/extensions/browser/info_map.cc
+++ b/extensions/browser/info_map.cc
@@ -46,8 +46,7 @@ InfoMap::ExtraData::ExtraData()
InfoMap::ExtraData::~ExtraData() {}
-InfoMap::InfoMap() {
-}
+InfoMap::InfoMap() : ruleset_manager_(this) {}
const ExtensionSet& InfoMap::extensions() const {
CheckOnValidThread();
« no previous file with comments | « extensions/browser/info_map.h ('k') | extensions/browser/mock_extension_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698