Home | History | Annotate | Download | only in browser

Lines Matching full:providers

16 // This class registers providers that want to prohibit certain actions from
23 // This "policy" and its providers should not be confused with administrator
24 // policy, although admin policy is one of the sources ("Providers") of
36 // of providers is short-circuited as soon as a decision is possible), so
52 // Providers should return false if a user may not install the |extension|,
57 // Providers should return false if a user may not enable, disable, or
63 // Providers should return true if the |extension| must always remain
66 // Providers implementing this method should also implement the others
85 // from the list of providers queried. Ownership of the provider remains with
86 // the caller. Providers do not need to be unregistered on shutdown.