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

Unified Diff: components/component_updater/component_updater_service.h

Issue 2370923005: Implement restart-required message on Linux. (Closed)
Patch Set: Through #22 & sync Created 4 years, 2 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.h
diff --git a/components/component_updater/component_updater_service.h b/components/component_updater/component_updater_service.h
index 48b12a1a8e916ab2cbe78845a8fc5d6a6f94928c..ef1bed67cf22c08214e3ba23b939953fcc0e9f5b 100644
--- a/components/component_updater/component_updater_service.h
+++ b/components/component_updater/component_updater_service.h
@@ -57,11 +57,13 @@ using CrxComponent = update_client::CrxComponent;
using CrxUpdateItem = update_client::CrxUpdateItem;
struct ComponentInfo {
- ComponentInfo(const std::string& id, const base::string16& name);
+ ComponentInfo(const std::string& id, const base::string16& name,
+ const base::Version& version);
~ComponentInfo();
const std::string id;
const base::string16 name;
+ const base::Version version;
};
// The component update service is in charge of installing or upgrading
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | components/component_updater/component_updater_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698