Home
last modified time | relevance | path

Searched refs:component_updater_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/alloy/
Dchrome_browser_process_alloy.cc126 component_updater_.reset(); in CleanupOnUIThread()
349 if (component_updater_) in component_updater()
350 return component_updater_.get(); in component_updater()
359 component_updater_ = component_updater::ComponentUpdateServiceFactory( in component_updater()
365 return component_updater_.get(); in component_updater()
Dchrome_browser_process_alloy.h138 std::unique_ptr<component_updater::ComponentUpdateService> component_updater_; variable