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

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

Issue 6543010: Revert 75393 - Cancel prerender if any of the visited URLs are https.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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('<link rel="prefetch" href="REPLACE_WITH_PREFETCH_URL"/>'); 6 document.write(
7 '<link rel="prefetch" href="' +
8 window.location.search.substring(1) +
9 '">');
7 </script> 10 </script>
8 </body> 11 </body>
9 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698