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

Unified Diff: components/test/data/update_client/updatecheck_reply_noupdate.xml

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/test/data/update_client/updatecheck_reply_1.xml ('k') | components/update_client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/update_client/updatecheck_reply_noupdate.xml
diff --git a/components/test/data/update_client/updatecheck_reply_noupdate.xml b/components/test/data/update_client/updatecheck_reply_noupdate.xml
index 8abee4eec2360ada1e23fc45fe8036a3bf331409..7000f4aa514635d39f2f3cb9189fc30a68f6d755 100644
--- a/components/test/data/update_client/updatecheck_reply_noupdate.xml
+++ b/components/test/data/update_client/updatecheck_reply_noupdate.xml
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<response protocol='3.0'>
<app appid='jebgalgnebhfojomionfpkfelancnnkf'>
- <updatecheck status='noupdate'/>j
+ <updatecheck status='noupdate'>
+ <actions>
+ <action run='this'/>
+ </actions>
+ </updatecheck>
</app>
</response>
« no previous file with comments | « components/test/data/update_client/updatecheck_reply_1.xml ('k') | components/update_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698