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

Unified Diff: chrome/test/data/extensions/trivial_platform_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/trivial_platform_app/update_manifest.xml
diff --git a/chrome/test/data/extensions/trivial_platform_app/update_manifest.xml b/chrome/test/data/extensions/trivial_platform_app/update_manifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..14071838d1af0222867d7f59a6e068bc463192e3
--- /dev/null
+++ b/chrome/test/data/extensions/trivial_platform_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='mockapnacjbcdncmpkjngjalkhphojek'>
+ <updatecheck
+ codebase='http://mock.http/extensions/trivial_platform_app/app.crx'
+ version='1.0' />
+ </app>
+</gupdate>
« no previous file with comments | « chrome/test/data/extensions/trivial_platform_app/app/manifest.json ('k') | extensions/common/api/_behavior_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698