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

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

Issue 1006273002: Show location for bookmark apps that have navigated across origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/browser/ui/views/frame/browser_non_client_frame_view_ash.cc ('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/https_app/manifest.json
diff --git a/chrome/test/data/extensions/app/manifest.json b/chrome/test/data/extensions/https_app/manifest.json
similarity index 73%
copy from chrome/test/data/extensions/app/manifest.json
copy to chrome/test/data/extensions/https_app/manifest.json
index 7deaba525ea4fed47555f538f140428c62c7a2f9..59ec30b8b201fce2c8f60a0f4b9c7a303bd40729 100644
--- a/chrome/test/data/extensions/app/manifest.json
+++ b/chrome/test/data/extensions/https_app/manifest.json
@@ -7,7 +7,7 @@
],
"app": {
"launch": {
- "web_url": "http://www.example.com/empty.html"
+ "web_url": "https://www.example.com/empty.html"
}
}
}
« no previous file with comments | « chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698