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

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

Issue 2812743002: Revert of Keep track in the browser of which frames have onunload and onbeforeunload handlers. (Closed)
Patch Set: manual merge 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 cf39c7ac1b76a9dee426520e51fec4e983b43215..be6a517c824185077082f2bec5f120a6c29eea95 100644
--- a/content/browser/devtools/protocol/devtools_protocol_browsertest.cc
+++ b/content/browser/devtools/protocol/devtools_protocol_browsertest.cc
@@ -283,7 +283,7 @@ class DevToolsProtocolTest : public ContentBrowserTest,
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