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

Unified Diff: content/shell/browser/layout_test/blink_test_controller.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/blink_test_controller.h
diff --git a/content/shell/browser/layout_test/blink_test_controller.h b/content/shell/browser/layout_test/blink_test_controller.h
index d170e6f5390cc39c0af503ced7d7828609f2b847..6ff85f72d26255f663aa419bae69b87c04687893 100644
--- a/content/shell/browser/layout_test/blink_test_controller.h
+++ b/content/shell/browser/layout_test/blink_test_controller.h
@@ -140,7 +140,7 @@ class BlinkTestController : public base::NonThreadSafe,
void RendererUnresponsive();
void OverrideWebkitPrefs(WebPreferences* prefs);
void OpenURL(const GURL& url);
- void TestFinishedInSecondaryWindow();
+ void TestFinishedInSecondaryRenderer();
bool IsMainWindow(WebContents* web_contents) const;
scoped_ptr<BluetoothChooser> RunBluetoothChooser(
RenderFrameHost* frame,

Powered by Google App Engine
This is Rietveld 408576698