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

Unified Diff: chrome/test/data/extensions/native_client_hosted_app/manifest.json

Issue 1409163006: Migrating tests to use EmbeddedTestServer (/chrome/browser misc) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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/native_client_hosted_app/manifest.json
diff --git a/chrome/test/data/extensions/native_client_hosted_app/manifest.json b/chrome/test/data/extensions/native_client_hosted_app/manifest.json
index c1b4f54961478b79d4ebc8de605e2f21cd8621be..73cf16b2913ec06af90c760da6b2a8243aa8898d 100644
--- a/chrome/test/data/extensions/native_client_hosted_app/manifest.json
+++ b/chrome/test/data/extensions/native_client_hosted_app/manifest.json
@@ -5,10 +5,10 @@
"description": "end-to-end browser test for native client in hosted apps",
"app": {
"urls": [
- "http://localhost/files/extensions/native_client"
+ "http://localhost/extensions/native_client"
],
"launch": {
- "web_url": "http://localhost/files/extensions/native_client/test.html"
+ "web_url": "http://localhost/extensions/native_client/test.html"
}
}
}

Powered by Google App Engine
This is Rietveld 408576698