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

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dapp_pack_updater.cc31 // A custom extensions::ExternalLoader that the AppPackUpdater creates and uses
39 // Used by the AppPackUpdater to update the current list of extensions.
64 AppPackUpdater::AppPackUpdater(net::URLRequestContextGetter* request_context, function in class:policy::AppPackUpdater
75 base::Bind(&AppPackUpdater::LoadPolicy,
83 AppPackUpdater::~AppPackUpdater() {
88 extensions::ExternalLoader* AppPackUpdater::CreateExternalLoader() {
104 void AppPackUpdater::SetScreenSaverUpdateCallback(
105 const AppPackUpdater
[all...]
H A Dapp_pack_updater.h31 // The AppPackUpdater manages a set of extensions that are configured via a
34 class AppPackUpdater : public content::NotificationObserver, class in namespace:policy
41 AppPackUpdater(net::URLRequestContextGetter* request_context,
43 virtual ~AppPackUpdater();
50 // downloaded by the AppPackUpdater. This can be called at most once, and the
86 base::WeakPtrFactory<AppPackUpdater> weak_ptr_factory_;
97 // The extension loader wires the AppPackUpdater to the extensions system, and
108 DISALLOW_COPY_AND_ASSIGN(AppPackUpdater);

Completed in 490 milliseconds