| 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 {
|
|
|