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

Unified Diff: chrome/test/data/components/updatecheck_diff_reply_1.xml

Issue 74893002: Changed the update protocol for component updater from v2 to v3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed feedback from cdn@ Created 7 years, 1 month 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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/data/components/updatecheck_diff_reply_2.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/components/updatecheck_diff_reply_1.xml
diff --git a/chrome/test/data/components/updatecheck_diff_reply_1.xml b/chrome/test/data/components/updatecheck_diff_reply_1.xml
index 894c966f59f3d2e110286fe5cc3e24fbe909ab7f..1808f8d6c467ef6774ec4d3d3f42aef2fc834d71 100644
--- a/chrome/test/data/components/updatecheck_diff_reply_1.xml
+++ b/chrome/test/data/components/updatecheck_diff_reply_1.xml
@@ -1,6 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
-<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
+<response protocol='3.0'>
<app appid='ihfokbkgjpifnbbojhneepfflplebdkc'>
- <updatecheck codebase='http://localhost/download/ihfokbkgjpifnbbojhneepfflplebdkc_1.crx' version='1.0' prodversionmin='11.0.1.0' fp='1'/>
+ <updatecheck status='ok'>
+ <urls>
+ <url codebase='http://localhost/download/'/>
+ </urls>
+ <manifest version='1.0' prodversionmin='11.0.1.0'>
+ <packages>
+ <package name='ihfokbkgjpifnbbojhneepfflplebdkc_1.crx' fp='1'/>
+ </packages>
+ </manifest>
+ </updatecheck>
</app>
-</gupdate>
+</response>
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/data/components/updatecheck_diff_reply_2.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698