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

Unified Diff: chrome/test/data/extensions/platform_apps/url_handlers/handler/main.html

Issue 23847004: "Redirecting URLs to Packaged Apps" implementation: revised (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Limit interception to http:// and https:// 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/handler/main.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/document_ready/main.html b/chrome/test/data/extensions/platform_apps/url_handlers/handler/main.html
similarity index 62%
copy from chrome/test/data/extensions/platform_apps/web_view/document_ready/main.html
copy to chrome/test/data/extensions/platform_apps/url_handlers/handler/main.html
index 9bc5b52bf053b4fe29cf4047b21aa8eac8067cd4..29e3b1aec158ad3a5ed9f517025af8052f0d78c2 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/document_ready/main.html
+++ b/chrome/test/data/extensions/platform_apps/url_handlers/handler/main.html
@@ -1,4 +1,3 @@
-<!doctype html>
<!--
* Copyright 2013 The Chromium Authors. All rights reserved. Use of this
* source code is governed by a BSD-style license that can be found in the
@@ -6,7 +5,7 @@
-->
<html>
<body>
- <webview></webview>
- <script src="embedder.js"></script>
+ <div>I'm a URL handler. I've been launched with:</div>
+ <div><a id='link' href='about:blank' target='_blank'></a><div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698