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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/test_history.js

Issue 10823169: Another attempt at fixing dead frames being tracked by webNavigation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 4 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/test/data/extensions/api_test/webnavigation/test_crossProcess.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/webnavigation/test_history.js
diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_history.js b/chrome/test/data/extensions/api_test/webnavigation/test_history.js
index e06e264c161a0bfd1c5d0e5bebd259c57fa2f27c..2d4b20015f141ac481f1f9fb6361fbd023ff3ab1 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/test_history.js
+++ b/chrome/test/data/extensions/api_test/webnavigation/test_history.js
@@ -47,7 +47,7 @@ function runTests() {
processId: 0,
tabId: 0,
timeStamp: 0,
- transitionQualifiers: ["client_redirect"],
+ transitionQualifiers: [],
transitionType: "link",
url: getURL('history/b.html') }}],
[ navigationOrder("a-") ]);
« no previous file with comments | « chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698