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

Unified Diff: components/html_viewer/layout_test_html_viewer.cc

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . 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: components/html_viewer/layout_test_html_viewer.cc
diff --git a/components/html_viewer/layout_test_html_viewer.cc b/components/html_viewer/layout_test_html_viewer.cc
index 115539e26d785f2e6420fefbcc19606e82dc428c..db7fb60b98afdfb2aafe3ab9e7931d718d560fb9 100644
--- a/components/html_viewer/layout_test_html_viewer.cc
+++ b/components/html_viewer/layout_test_html_viewer.cc
@@ -45,7 +45,7 @@ void LayoutTestHTMLViewer::TestFinished() {
}
void LayoutTestHTMLViewer::Create(
- mojo::ApplicationConnection* connection,
+ mojo::Connection* connection,
mojo::InterfaceRequest<mojo::shell::mojom::ContentHandler> request) {
new LayoutTestContentHandlerImpl(global_state(), shell(), std::move(request),
test_interfaces_.get(), &test_delegate_);
« no previous file with comments | « components/html_viewer/layout_test_html_viewer.h ('k') | components/html_viewer/stats_collection_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698