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

Unified Diff: components/update_client/component.cc

Issue 2847023002: Parse update check run actions for the component updater. (Closed)
Patch Set: Added missing data file dependency. Created 3 years, 8 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
« no previous file with comments | « components/update_client/component.h ('k') | components/update_client/request_sender_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/component.cc
diff --git a/components/update_client/component.cc b/components/update_client/component.cc
index f63b3c7e7a87aa9f610249e46b1ed412e1467f2a..2f894ad187ad0fee81a1c18a0e794cb2b5a12028 100644
--- a/components/update_client/component.cc
+++ b/components/update_client/component.cc
@@ -198,6 +198,7 @@ void Component::SetParseResult(const UpdateResponse::Result& result) {
DCHECK_EQ(0, update_check_error_);
status_ = result.status;
+ action_run_ = result.action_run;
if (result.manifest.packages.empty())
return;
« no previous file with comments | « components/update_client/component.h ('k') | components/update_client/request_sender_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698