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

Unified Diff: headless/test/headless_browser_test.cc

Issue 1805983002: headless: Implement client API generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make PendingMessage moveable Created 4 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
« headless/public/domains/types_unittest.cc ('K') | « headless/public/util/maybe.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/test/headless_browser_test.cc
diff --git a/headless/test/headless_browser_test.cc b/headless/test/headless_browser_test.cc
index 05257825cb02614227c12ffbac85910a8e1984f6..2424231ca312222940595fc0fbafe5710adb0c45 100644
--- a/headless/test/headless_browser_test.cc
+++ b/headless/test/headless_browser_test.cc
@@ -98,6 +98,7 @@ bool HeadlessBrowserTest::WaitForLoad(HeadlessWebContents* web_contents) {
void HeadlessBrowserTest::RunAsynchronousTest() {
base::MessageLoop::ScopedNestableTaskAllower nestable_allower(
base::MessageLoop::current());
+ EXPECT_FALSE(run_loop_);
run_loop_ = base::WrapUnique(new base::RunLoop());
run_loop_->Run();
run_loop_ = nullptr;
« headless/public/domains/types_unittest.cc ('K') | « headless/public/util/maybe.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698