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

Side by Side Diff: chrome/test/data/prerender/prerender_loader.html

Issue 6523062: Cancel prerender if any of the visited URLs are https. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Preloader</title> 3 <title>Preloader</title>
4 </head> 4 </head>
5 <script> 5 <script>
6 document.write( 6 document.write('<link rel="prefetch" href="REPLACE_WITH_PREFETCH_URL"/>');
7 '<link rel="prefetch" href="' +
8 window.location.search.substring(1) +
9 '">');
10 </script> 7 </script>
11 </body> 8 </body>
12 </html> 9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698