Searched defs:RulesRegistry (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Drules_registry.h22 class RulesRegistry;
28 class RulesRegistry : public base::RefCountedThreadSafe<RulesRegistry> { class in namespace:extensions
32 RulesRegistry(content::BrowserThread::ID owner_thread, function in class:extensions::RulesRegistry
36 // Registers |rules|, owned by |extension_id| to this RulesRegistry.
56 // |extension_id| from this RulesRegistry.
58 // RulesRegistry and are ignored.
88 // Called to notify the RulesRegistry that an extension has been unloaded
100 virtual ~RulesRegistry() {}
103 friend class base::RefCountedThreadSafe<RulesRegistry>;
[all...]

Completed in 81 milliseconds