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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prerender/prerender_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/prerender/prerender_loader_with_replace_state.html
diff --git a/chrome/test/data/prerender/prerender_loader_with_replace_state.html b/chrome/test/data/prerender/prerender_loader_with_replace_state.html
index c1661546d99378898516f8479a2477075dd1118b..e0ac85f1c0c6feb64bbba3be4b529a37513abfb4 100644
--- a/chrome/test/data/prerender/prerender_loader_with_replace_state.html
+++ b/chrome/test/data/prerender/prerender_loader_with_replace_state.html
@@ -5,7 +5,7 @@
</head>
<body>
<script>
- history.replaceState(null, "Preloader", "/search");
+ history.replaceState(null, "Preloader", "/");
AddPrerender('REPLACE_WITH_PRERENDER_URL', 0);
</script>
</body>
« 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