Lines Matching full:extension
11 class Extension;
13 // Tracks an Extension. An Extension is removed on uninstall, not on disable.
15 : public AutomationResourceTracker<const Extension*> {
22 // extension added to the tracker. This is because the profile, not the
23 // extension, is the one who sends the notification about extension
26 virtual void AddObserver(const Extension* resource);
29 virtual void RemoveObserver(const Extension* resource);
33 // This is not true for the relevant extension notifications, so we have to