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

Unified Diff: components/update_client/component.cc

Issue 2847023002: Parse update check run actions for the component updater. (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into run-action 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
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;

Powered by Google App Engine
This is Rietveld 408576698