Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1125)

Unified Diff: chrome/test/data/extensions/signin_screen_test_app/update_manifest.xml

Issue 2865063003: Add an end-to-end test for sign-in profile apps installation (Closed)
Patch Set: Remove dependency on http://crrev.com/2854293003 Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698