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