| OLD | NEW |
| 1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
| 2 <!-- | 2 <!-- |
| 3 This update manifest points to the good.crx file. It is meant to be used | 3 This update manifest points to the good.crx file. It is meant to be used |
| 4 with a URLRequestMockHTTPJob, and the hostname must be kept in sync. | 4 with a URLRequestMockHTTPJob, and the hostname must be kept in sync. |
| 5 --> | 5 --> |
| 6 <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> | 6 <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> |
| 7 <app appid='ldnnhddmnhbkjipkidpdiheffobcpfmf'> | 7 <app appid='ldnnhddmnhbkjipkidpdiheffobcpfmf'> |
| 8 <updatecheck codebase='http://mock.http/extensions/good.crx' | 8 <updatecheck codebase='http://mock.http/extensions/good2.crx' |
| 9 version='1.0.0.0' /> | 9 version='1.0.0.1' /> |
| 10 </app> | 10 </app> |
| 11 </gupdate> | 11 </gupdate> |
| OLD | NEW |