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

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

Issue 2645713003: [Prerender] Cleanup prerender_util (Closed)
Patch Set: Review comments 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
« no previous file with comments | « chrome/browser/prerender/prerender_util_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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", "/");
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
« no previous file with comments | « chrome/browser/prerender/prerender_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698