HomeSort by relevance Sort by last modified time
    Searched defs:AppPackUpdater (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/policy/
app_pack_updater.cc 31 // 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,
75 base::Bind(&AppPackUpdater::LoadPolicy,
83 AppPackUpdater::~AppPackUpdater() {
88 extensions::ExternalLoader* AppPackUpdater::CreateExternalLoader() {
104 void AppPackUpdater::SetScreenSaverUpdateCallback(
105 const AppPackUpdater::ScreenSaverUpdateCallback& callback)
    [all...]
app_pack_updater.h 31 // The AppPackUpdater manages a set of extensions that are configured via a
34 class AppPackUpdater : public content::NotificationObserver,
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 241 milliseconds