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

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

Issue 2383773002: Prevent RFH from attempting to transfer after it's been swapped out (Closed)
Patch Set: Addressed comments Created 4 years, 2 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 | « no previous file | content/browser/frame_host/navigation_handle_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/webnavigation/crossProcessAbort/test_crossProcessAbort.js
diff --git a/chrome/test/data/extensions/api_test/webnavigation/crossProcessAbort/test_crossProcessAbort.js b/chrome/test/data/extensions/api_test/webnavigation/crossProcessAbort/test_crossProcessAbort.js
index b0d44834246eb13a36a7363f565436935130941a..f14bb245c3056146e484b4e1dee6ad4f144f3c44 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/crossProcessAbort/test_crossProcessAbort.js
+++ b/chrome/test/data/extensions/api_test/webnavigation/crossProcessAbort/test_crossProcessAbort.js
@@ -107,8 +107,8 @@ onload = function() {
[ "a-onCompleted",
"b-onBeforeNavigate",
"c-onBeforeNavigate",
- "b-onCommitted",
- "c-onErrorOccurred" ]]);
+ "c-onErrorOccurred",
+ "b-onCommitted" ]]);
chrome.tabs.update(
tabId,
« no previous file with comments | « no previous file | content/browser/frame_host/navigation_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698