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

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

Issue 1878863002: Replicate LayoutTestRuntimeFlags across secondary window renderers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replicate-web-content-settings
Patch Set: Rebasing... 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
Index: content/shell/browser/layout_test/secondary_test_window_observer.cc
diff --git a/content/shell/browser/layout_test/secondary_test_window_observer.cc b/content/shell/browser/layout_test/secondary_test_window_observer.cc
index b7bb567bb6e9357d443407c23ae56794ca496abe..933ce0e06e43e51dc28b1d2764098cfbcdc2d182 100644
--- a/content/shell/browser/layout_test/secondary_test_window_observer.cc
+++ b/content/shell/browser/layout_test/secondary_test_window_observer.cc
@@ -29,7 +29,7 @@ bool SecondaryTestWindowObserver::OnMessageReceived(
}
void SecondaryTestWindowObserver::OnTestFinishedInSecondaryRenderer() {
- BlinkTestController::Get()->TestFinishedInSecondaryRenderer();
+ BlinkTestController::Get()->OnTestFinishedInSecondaryRenderer();
}
void SecondaryTestWindowObserver::RenderFrameCreated(

Powered by Google App Engine
This is Rietveld 408576698