Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: components/component_updater/component_updater_service_internal.h

Issue 2286483002: Serialize Google Update state as part of the recovery component update checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/component_updater/component_updater_service_internal.h
diff --git a/components/component_updater/component_updater_service_internal.h b/components/component_updater/component_updater_service_internal.h
index 314cd50b7c430cd322197b308f16e3861c756514..08963bbb94e58e542ec004f9a5c89b647eaf4e24 100644
--- a/components/component_updater/component_updater_service_internal.h
+++ b/components/component_updater/component_updater_service_internal.h
@@ -6,6 +6,7 @@
#define COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_SERVICE_INTERNAL_H_
#include <map>
+#include <memory>
#include <string>
#include <vector>
@@ -81,6 +82,12 @@ class CrxUpdateService : public ComponentUpdateService,
const base::TimeTicks& start_time,
int error);
+ // Returns the map of installer attributes for the recovery component
+ // installer. This data corresponds to the Omaha updater state and it is
+ // serialized as part of the update check for the recovery component.
+ update_client::InstallerAttributes
+ GetInstallerAttributesForRecoveryComponentInstaller(
+ const CrxComponent& crx_component) const;
base::ThreadChecker thread_checker_;
scoped_refptr<Configurator> config_;
« no previous file with comments | « components/component_updater/component_updater_service.cc ('k') | components/component_updater/updater_state_unittest_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698