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

Unified Diff: content/shell/browser/layout_test/blink_test_controller.cc

Issue 1765623003: ABANDONED CL: Fix delivery of TestFinishedInSecondaryWindow message from OOPIFs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Need to retain some timeout expectations. Created 4 years, 9 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/shell/browser/layout_test/blink_test_controller.cc
diff --git a/content/shell/browser/layout_test/blink_test_controller.cc b/content/shell/browser/layout_test/blink_test_controller.cc
index 302330d98e301b198e1460d06391c09f8b69259d..23f39cb3145d79b92348ec00295f51579eff8d8d 100644
--- a/content/shell/browser/layout_test/blink_test_controller.cc
+++ b/content/shell/browser/layout_test/blink_test_controller.cc
@@ -41,6 +41,7 @@
#include "content/public/common/url_constants.h"
#include "content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.h"
#include "content/shell/browser/layout_test/layout_test_devtools_frontend.h"
+#include "content/shell/browser/layout_test/notify_done_forwarder.h"
#include "content/shell/browser/shell.h"
#include "content/shell/browser/shell_browser_context.h"
#include "content/shell/browser/shell_content_browser_client.h"
@@ -286,6 +287,7 @@ bool BlinkTestController::PrepareForLayoutTest(
NULL,
initial_size_);
WebContentsObserver::Observe(main_window_->web_contents());
+ NotifyDoneForwarder::CreateForWebContents(main_window_->web_contents());
current_pid_ = base::kNullProcessId;
main_window_->LoadURL(test_url);
} else {

Powered by Google App Engine
This is Rietveld 408576698