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

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dapp_pack_updater.cc30 // A custom extensions::ExternalLoader that the AppPackUpdater creates and uses
38 // Used by the AppPackUpdater to update the current list of extensions.
63 AppPackUpdater::AppPackUpdater(net::URLRequestContextGetter* request_context, function in class:policy::AppPackUpdater
80 base::Bind(&AppPackUpdater::AppPackChanged, base::Unretained(this)));
85 base::Bind(&AppPackUpdater::LoadPolicy,
93 AppPackUpdater::~AppPackUpdater() {
96 extensions::ExternalLoader* AppPackUpdater::CreateExternalLoader() {
112 void AppPackUpdater
[all...]
H A Dapp_pack_updater.h32 // The AppPackUpdater manages a set of extensions that are configured via a
35 class AppPackUpdater : public chromeos::ExternalCache::Delegate { 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
93 // The extension loader wires the AppPackUpdater to the extensions system, and
107 base::WeakPtrFactory<AppPackUpdater> weak_ptr_factory_;
109 DISALLOW_COPY_AND_ASSIGN(AppPackUpdater);

Completed in 277 milliseconds