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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--
3 This update manifest points to the ./app.crx file. It is meant to be used with
4 a URLRequestMockHTTPJob, and the hostname must be kept in sync.
5 -->
6 <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
7 <app appid='mockapnacjbcdncmpkjngjalkhphojek'>
8 <updatecheck
9 codebase='http://mock.http/extensions/trivial_platform_app/app.crx'
10 version='1.0' />
11 </app>
12 </gupdate>
OLDNEW
« 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