Home | History | Annotate | Download | only in extensions

Lines Matching defs:Blacklist

29 // The blacklist of extensions backed by safe browsing.
30 class Blacklist : public content::NotificationObserver,
31 public base::SupportsWeakPtr<Blacklist> {
35 // Observes |blacklist| on construction and unobserves on destruction.
36 explicit Observer(Blacklist* blacklist);
44 Blacklist* blacklist_;
70 explicit Blacklist(ExtensionPrefs* prefs);
72 virtual ~Blacklist();
77 // of the map are the blacklist state for each extension. Extensions with
86 // marked in the blacklist as BLACKLISTED_MALWARE and asynchronously pass
96 // Used to mock BlacklistStateFetcher in unit tests. Blacklist owns the
104 // Adds/removes an observer to the blacklist.
143 // The list of ongoing requests for blacklist states that couldn't be
149 DISALLOW_COPY_AND_ASSIGN(Blacklist);