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

Unified Diff: chrome/test/data/extensions/hosted_app/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/hosted_app/manifest.json
diff --git a/chrome/test/data/extensions/hosted_app/manifest.json b/chrome/test/data/extensions/hosted_app/manifest.json
index 804417dc9097e374aecc4b699e979c6af6039723..a249e030881e0fd60daebef657bc0c435fff1544 100644
--- a/chrome/test/data/extensions/hosted_app/manifest.json
+++ b/chrome/test/data/extensions/hosted_app/manifest.json
@@ -5,10 +5,10 @@
"description": "Trivial hosted app.",
"app": {
"urls": [
- "http://localhost/files/extensions/hosted_app/main.html"
+ "http://localhost/extensions/hosted_app/main.html"
],
"launch": {
- "web_url": "http://localhost/files/extensions/hosted_app/main.html"
+ "web_url": "http://localhost/extensions/hosted_app/main.html"
}
}
}

Powered by Google App Engine
This is Rietveld 408576698