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

Unified Diff: chrome/test/data/extensions/isolated_apps/app2/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/app2/manifest.json
diff --git a/chrome/test/data/extensions/isolated_apps/app2/manifest.json b/chrome/test/data/extensions/isolated_apps/app2/manifest.json
index 4771423ff78f17b062b675dab3e07330f72e8442..edfb4216a9f64331c26a4f916dfaeed3de8364d4 100644
--- a/chrome/test/data/extensions/isolated_apps/app2/manifest.json
+++ b/chrome/test/data/extensions/isolated_apps/app2/manifest.json
@@ -5,10 +5,10 @@
"description": "Tests isolation of stored data for apps.",
"app": {
"urls": [
- "http://localhost/files/extensions/isolated_apps/app2"
+ "http://localhost/extensions/isolated_apps/app2"
],
"launch": {
- "web_url": "http://localhost/files/extensions/isolated_apps/app2/main.html"
+ "web_url": "http://localhost/extensions/isolated_apps/app2/main.html"
},
"isolation": [
"storage"

Powered by Google App Engine
This is Rietveld 408576698