| Index: chrome/test/data/extensions/trivial_extension/update_manifest.xml
|
| diff --git a/chrome/test/data/extensions/trivial_extension/update_manifest.xml b/chrome/test/data/extensions/trivial_extension/update_manifest.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..86bc6f66d1a55e934d45040841b07b271c8ff1af
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/trivial_extension/update_manifest.xml
|
| @@ -0,0 +1,12 @@
|
| +<?xml version='1.0' encoding='UTF-8'?>
|
| +<!--
|
| + This update manifest points to the ./extension.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='mockepjebcnmhmhcahfddgfcdgkdifnc'>
|
| + <updatecheck
|
| + codebase='http://mock.http/extensions/trivial_extension/extension.crx'
|
| + version='1.0' />
|
| + </app>
|
| +</gupdate>
|
|
|