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

Unified Diff: content/browser/devtools/protocol/devtools_protocol_browsertest.cc

Issue 2803633004: Revert of Keep track in the browser of which frames have onunload and onbeforeunload handlers. (Closed)
Patch Set: Created 3 years, 8 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: content/browser/devtools/protocol/devtools_protocol_browsertest.cc
diff --git a/content/browser/devtools/protocol/devtools_protocol_browsertest.cc b/content/browser/devtools/protocol/devtools_protocol_browsertest.cc
index d771e0e1ec8e04c94b8970a6d580ec6fdc593205..20d5c188d85d14ff86a5b8a34997ee952e531e12 100644
--- a/content/browser/devtools/protocol/devtools_protocol_browsertest.cc
+++ b/content/browser/devtools/protocol/devtools_protocol_browsertest.cc
@@ -283,7 +283,7 @@
std::vector<ExpectedNavigation> expected_navigations) {
while (!expected_navigations.empty()) {
std::unique_ptr<base::DictionaryValue> params =
- WaitForNotification("Page.navigationRequested", true);
+ WaitForNotification("Page.navigationRequested");
std::string url;
ASSERT_TRUE(params->GetString("url", &url));
« no previous file with comments | « content/browser/browser_side_navigation_browsertest.cc ('k') | content/browser/frame_host/navigation_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698