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

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

Issue 2645713003: [Prerender] Cleanup prerender_util (Closed)
Patch Set: ALLOW_NON_STANDARD_PORTS Created 3 years, 11 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Preloader</title> 3 <title>Preloader</title>
4 <script src="prerender_events_common.js"></script> 4 <script src="prerender_events_common.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 history.replaceState(null, "Preloader", "/search"); 8 history.replaceState(null, "Preloader", "/");
mattcary 2017/01/20 13:24:21 What's going on here?
droger 2017/01/20 13:41:39 www.google.com/search is actually not a valid sear
9 AddPrerender('REPLACE_WITH_PRERENDER_URL', 0); 9 AddPrerender('REPLACE_WITH_PRERENDER_URL', 0);
10 </script> 10 </script>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698