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

Unified 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 side-by-side diff with in-line comments
Download patch
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", "/");
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
AddPrerender('REPLACE_WITH_PRERENDER_URL', 0);
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698