Index: chrome/browser/extensions/api/declarative/rules_registry_service.h |
diff --git a/chrome/browser/extensions/api/declarative/rules_registry_service.h b/chrome/browser/extensions/api/declarative/rules_registry_service.h |
index bc4e71821b1ea07aa88860f8ed05d2a7e73974e6..3c3887d52c56c467d6b62ad3d31e010073069218 100644 |
--- a/chrome/browser/extensions/api/declarative/rules_registry_service.h |
+++ b/chrome/browser/extensions/api/declarative/rules_registry_service.h |
@@ -23,6 +23,7 @@ class NotificationSource; |
namespace extensions { |
class RulesRegistry; |
+class RulesRegistryStorageDelegate; |
} |
namespace extensions { |
@@ -67,6 +68,7 @@ class RulesRegistryService : public content::NotificationObserver { |
const content::NotificationDetails& details) OVERRIDE; |
RulesRegistryMap rule_registries_; |
+ std::vector<RulesRegistryStorageDelegate*> delegates_; |
battre
2012/07/11 09:16:32
Add comment that delegates are owned by rules_regi
Matt Perry
2012/07/11 21:15:28
Done.
|
content::NotificationRegistrar registrar_; |