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

Unified Diff: content/shell/browser/layout_test/notify_done_forwarder.h

Issue 1746393002: Quit BlinkTestRunner::TestFinished early if main frame is not local. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reenable-tests-fixed-by-alex
Patch Set: Rebasing... Created 4 years, 10 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/notify_done_forwarder.h
diff --git a/content/shell/browser/layout_test/notify_done_forwarder.h b/content/shell/browser/layout_test/notify_done_forwarder.h
index fd1b0c1e0d01720f6878a3b50b5a05b2b04000d8..c512c2472f8605a2ae8bb90acf1d23b1f5acf1c0 100644
--- a/content/shell/browser/layout_test/notify_done_forwarder.h
+++ b/content/shell/browser/layout_test/notify_done_forwarder.h
@@ -24,7 +24,7 @@ class NotifyDoneForwarder : public WebContentsObserver,
explicit NotifyDoneForwarder(WebContents* web_contents);
- void OnTestFinishedInSecondaryWindow();
+ void OnTestFinishedInSecondaryRenderer();
DISALLOW_COPY_AND_ASSIGN(NotifyDoneForwarder);
};

Powered by Google App Engine
This is Rietveld 408576698