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

Unified Diff: chrome/test/data/History/HistoryHelper.js

Issue 100245: Make forward/backward navigation work even when redirection is involved. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 7 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/History/HistoryHelper.js
===================================================================
--- chrome/test/data/History/HistoryHelper.js (revision 15609)
+++ chrome/test/data/History/HistoryHelper.js (working copy)
@@ -53,3 +53,6 @@
function eraseCookie(name) {
createCookie(name, "", -1);
}
+
+var navigate_backward_cookie = "Navigate_Backward_Cookie";
+var navigate_forward_cookie = "Navigate_Forward_Cookie";
« no previous file with comments | « chrome/browser/tab_contents/navigation_controller.cc ('k') | chrome/test/data/History/history_length_test1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698