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

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

Issue 1164873003: Show origin for hosted apps that navigate away from their start origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback for the stig Created 5 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/app_no_www/manifest.json
diff --git a/chrome/test/data/extensions/app/manifest.json b/chrome/test/data/extensions/app_no_www/manifest.json
similarity index 73%
copy from chrome/test/data/extensions/app/manifest.json
copy to chrome/test/data/extensions/app_no_www/manifest.json
index 7deaba525ea4fed47555f538f140428c62c7a2f9..9a413dc1aa163289126f10fe7fd50de3610a6fd3 100644
--- a/chrome/test/data/extensions/app/manifest.json
+++ b/chrome/test/data/extensions/app_no_www/manifest.json
@@ -7,7 +7,7 @@
],
"app": {
"launch": {
- "web_url": "http://www.example.com/empty.html"
+ "web_url": "http://example.com/"
}
}
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698