| Index: chrome/test/data/components/updatecheck_reply_1.xml
|
| diff --git a/chrome/test/data/components/updatecheck_reply_1.xml b/chrome/test/data/components/updatecheck_reply_1.xml
|
| index 5d0a6c67cc6ef5bf97a27992ba761d5f5653cd54..cc658c10307349603dd2a4c5bc053aa4f7895219 100644
|
| --- a/chrome/test/data/components/updatecheck_reply_1.xml
|
| +++ b/chrome/test/data/components/updatecheck_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='jebgalgnebhfojomionfpkfelancnnkf'>
|
| - <updatecheck codebase='http://localhost/download/jebgalgnebhfojomionfpkfelancnnkf.crx' version='1.0' prodversionmin='11.0.1.0' />
|
| + <updatecheck status='ok'>
|
| + <urls>
|
| + <url codebase='http://localhost/download/'/>
|
| + </urls>
|
| + <manifest version='1.0' prodversionmin='11.0.1.0'>
|
| + <packages>
|
| + <package name='jebgalgnebhfojomionfpkfelancnnkf.crx'/>
|
| + </packages>
|
| + </manifest>
|
| + </updatecheck>
|
| </app>
|
| -</gupdate>
|
| +</response>
|
|
|