Index: chrome/test/data/extensions/good_v1_update_manifest.xml |
diff --git a/chrome/test/data/extensions/good_update_manifest.xml b/chrome/test/data/extensions/good_v1_update_manifest.xml |
similarity index 67% |
copy from chrome/test/data/extensions/good_update_manifest.xml |
copy to chrome/test/data/extensions/good_v1_update_manifest.xml |
index 1f8572c8dd4d3f3c50d3bc41f210fc12868ea5ca..f53830be4796a34dc06df17e670ba87b6d4cfcea 100644 |
--- a/chrome/test/data/extensions/good_update_manifest.xml |
+++ b/chrome/test/data/extensions/good_v1_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 good_v1.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' |
+ <updatecheck codebase='http://mock.http/extensions/good_v1.crx' |
version='1.0.0.0' /> |
</app> |
</gupdate> |