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

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

Issue 2392283005: Reland "Merge of CrossSiteResourceHandler and NavigationResourceThrottle." (Closed)
Patch Set: Added debugging code from issue 2393903002 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 | « chrome/browser/ui/browser_browsertest.cc ('k') | content/browser/BUILD.gn » ('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 | « chrome/browser/ui/browser_browsertest.cc ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698