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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.cc

Issue 1169493003: Turn test runner library into an actual component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 6 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
« no previous file with comments | « components/test_runner/web_test_runner.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/layout_test/blink_test_runner.cc
diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc
index b17da212d91dc743367e3414b47a90509309c499..5372c60b10df4d602e156274a8eb521697d6ac03 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.cc
+++ b/content/shell/renderer/layout_test/blink_test_runner.cc
@@ -681,8 +681,7 @@ void BlinkTestRunner::ResolveBeforeInstallPromptPromise(
int request_id, const std::string& platform) {
test_runner::WebTestInterfaces* interfaces =
LayoutTestRenderProcessObserver::GetInstance()->test_interfaces();
- interfaces->GetTestInterfaces()->GetAppBannerClient()->ResolvePromise(
- request_id, platform);
+ interfaces->GetAppBannerClient()->ResolvePromise(request_id, platform);
}
blink::WebPlugin* BlinkTestRunner::CreatePluginPlaceholder(
« no previous file with comments | « components/test_runner/web_test_runner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698