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

Unified Diff: chrome/test/data/extensions/good2_update_manifest.xml

Issue 16137002: Added test data files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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/good2_update_manifest.xml
diff --git a/chrome/test/data/extensions/good_update_manifest.xml b/chrome/test/data/extensions/good2_update_manifest.xml
similarity index 59%
copy from chrome/test/data/extensions/good_update_manifest.xml
copy to chrome/test/data/extensions/good2_update_manifest.xml
index 1f8572c8dd4d3f3c50d3bc41f210fc12868ea5ca..95bf08bddbb30f74b3d6b449d4f5afc1d834b9d2 100644
--- a/chrome/test/data/extensions/good_update_manifest.xml
+++ b/chrome/test/data/extensions/good2_update_manifest.xml
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--
- This update manifest points to the good.crx file. It is meant to be used
+ This update manifest points to the good2.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='ldnnhddmnhbkjipkidpdiheffobcpfmf'>
- <updatecheck codebase='http://mock.http/extensions/good.crx'
- version='1.0.0.0' />
+ <updatecheck codebase='http://mock.http/extensions/good2.crx'
+ version='1.0.0.1' />
</app>
</gupdate>

Powered by Google App Engine
This is Rietveld 408576698