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

Side by Side Diff: chrome/test/data/extensions/good2_update_manifest.xml

Issue 16102004: Adding browsertest to verify that updating forced-installed extensions is possible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <!-- 2 <!--
3 This update manifest points to the good.crx file. It is meant to be used 3 This update manifest points to the good.crx file. It is meant to be used
4 with a URLRequestMockHTTPJob, and the hostname must be kept in sync. 4 with a URLRequestMockHTTPJob, and the hostname must be kept in sync.
5 --> 5 -->
6 <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> 6 <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
7 <app appid='ldnnhddmnhbkjipkidpdiheffobcpfmf'> 7 <app appid='ldnnhddmnhbkjipkidpdiheffobcpfmf'>
8 <updatecheck codebase='http://mock.http/extensions/good.crx' 8 <updatecheck codebase='http://mock.http/extensions/good2.crx'
9 version='1.0.0.0' /> 9 version='1.0.0.1' />
10 </app> 10 </app>
11 </gupdate> 11 </gupdate>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698