Index: chrome/test/data/prerender/prerender_loader_with_session_storage.html |
diff --git a/chrome/test/data/prerender/prerender_loader_with_session_storage.html b/chrome/test/data/prerender/prerender_loader_with_session_storage.html |
index 0442b960fe5f24a3ce24fc4242ea4914bb756a75..956b9ef8433e0bae2d7af812fcfa93780e011403 100644 |
--- a/chrome/test/data/prerender/prerender_loader_with_session_storage.html |
+++ b/chrome/test/data/prerender/prerender_loader_with_session_storage.html |
@@ -11,7 +11,7 @@ |
if (storage.counter) { |
oldCounter = parseInt(storage.counter); |
} else { |
- AddPrerender('REPLACE_WITH_DESTINATION_URL', 0); |
+ AddPrerender('REPLACE_WITH_PRERENDER_URL', 0); |
} |
storage.counter = oldCounter + 1; |
} |
@@ -22,6 +22,5 @@ |
window.onload = loader; |
</script> |
-<a id="toClick" href="REPLACE_WITH_DESTINATION_URL">Link to click</a> |
</body> |
</html> |