| Index: chrome/test/data/extensions/good2_update_manifest.xml
|
| diff --git a/chrome/test/data/extensions/good_update_manifest.xml b/chrome/test/data/extensions/good2_update_manifest.xml
|
| similarity index 59%
|
| copy from chrome/test/data/extensions/good_update_manifest.xml
|
| copy to chrome/test/data/extensions/good2_update_manifest.xml
|
| index 1f8572c8dd4d3f3c50d3bc41f210fc12868ea5ca..95bf08bddbb30f74b3d6b449d4f5afc1d834b9d2 100644
|
| --- a/chrome/test/data/extensions/good_update_manifest.xml
|
| +++ b/chrome/test/data/extensions/good2_update_manifest.xml
|
| @@ -1,11 +1,11 @@
|
| <?xml version='1.0' encoding='UTF-8'?>
|
| <!--
|
| - This update manifest points to the good.crx file. It is meant to be used
|
| + This update manifest points to the good2.crx file. It is meant to be used
|
| with a URLRequestMockHTTPJob, and the hostname must be kept in sync.
|
| -->
|
| <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
| <app appid='ldnnhddmnhbkjipkidpdiheffobcpfmf'>
|
| - <updatecheck codebase='http://mock.http/extensions/good.crx'
|
| - version='1.0.0.0' />
|
| + <updatecheck codebase='http://mock.http/extensions/good2.crx'
|
| + version='1.0.0.1' />
|
| </app>
|
| </gupdate>
|
|
|