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

Side by Side Diff: components/test/data/update_client/updatecheck_reply_noupdate.xml

Issue 2856573003: Fix the broken XML parser due to version mismatch. (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <response protocol='3.0'> 2 <response protocol='3.1'>
3 <app appid='jebgalgnebhfojomionfpkfelancnnkf'> 3 <app appid='jebgalgnebhfojomionfpkfelancnnkf'>
4 <updatecheck status='noupdate'> 4 <updatecheck status='noupdate'>
5 <actions> 5 <actions>
6 <action run='this'/> 6 <action run='this'/>
7 </actions> 7 </actions>
8 </updatecheck> 8 </updatecheck>
9 </app> 9 </app>
10 </response> 10 </response>
OLDNEW
« no previous file with comments | « components/test/data/update_client/updatecheck_reply_4.xml ('k') | components/update_client/update_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698