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

Unified Diff: chrome/test/data/extensions/platform_apps/url_handlers/common/target.html

Issue 23847004: "Redirecting URLs to Packaged Apps" implementation: revised (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a few TODOs Created 7 years, 3 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/platform_apps/url_handlers/common/target.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/main.html b/chrome/test/data/extensions/platform_apps/url_handlers/common/target.html
similarity index 57%
copy from chrome/test/data/extensions/platform_apps/web_view/shim/main.html
copy to chrome/test/data/extensions/platform_apps/url_handlers/common/target.html
index a85dd8ec0a8f59bf9aab01c18a4fc51bb4016e00..f1b3dfe3c9b4c31807401e6331fb154cf324918d 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/shim/main.html
+++ b/chrome/test/data/extensions/platform_apps/url_handlers/common/target.html
@@ -5,8 +5,8 @@
-->
<html>
<body>
- <div id="object-container"></div>
-
-<script src="main.js"></script>
+I am a target of a remote link.
+The handler app should launch with me, when it is installed.
+I will be opened in a new tab, if it isn't or redirection fails.
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698