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

Unified Diff: chrome/test/data/extensions/isolated_apps/app1/manifest.json

Issue 16268017: GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/isolated_apps/app1/manifest.json
diff --git a/chrome/test/data/extensions/isolated_apps/app1/manifest.json b/chrome/test/data/extensions/isolated_apps/app1/manifest.json
index 7a0480f0cdad91f3d3f2aae88f9b863bcd668bef..f8418b372b0328dae8e274e2afcc0fb3b3c12967 100644
--- a/chrome/test/data/extensions/isolated_apps/app1/manifest.json
+++ b/chrome/test/data/extensions/isolated_apps/app1/manifest.json
@@ -5,10 +5,10 @@
"description": "Tests isolation of stored data for apps.",
"app": {
"urls": [
- "http://localhost/files/extensions/isolated_apps/app1"
+ "http://localhost/extensions/isolated_apps/app1"
],
"launch": {
- "web_url": "http://localhost/files/extensions/isolated_apps/app1/main.html"
+ "web_url": "http://localhost/extensions/isolated_apps/app1/main.html"
},
"isolation": [
"storage"
« no previous file with comments | « chrome/test/data/extensions/hosted_app/manifest.json ('k') | chrome/test/data/extensions/isolated_apps/app2/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698