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

Unified Diff: content/public/test/test_mojo_app.cc

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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 | « content/public/test/test_mojo_app.h ('k') | content/public/utility/content_utility_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_mojo_app.cc
diff --git a/content/public/test/test_mojo_app.cc b/content/public/test/test_mojo_app.cc
index 1fd0b66c58737bb1fe042067bc678cf6955fc502..ce92bed0b83db2cb8fbdeafef6d82d0fb30c890c 100644
--- a/content/public/test/test_mojo_app.cc
+++ b/content/public/test/test_mojo_app.cc
@@ -21,7 +21,7 @@ TestMojoApp::TestMojoApp() : service_binding_(this) {
TestMojoApp::~TestMojoApp() {
}
-bool TestMojoApp::AcceptConnection(shell::Connection* connection) {
+bool TestMojoApp::OnConnect(shell::Connection* connection) {
requestor_name_ = connection->GetRemoteIdentity().name();
connection->AddInterface<mojom::TestMojoService>(this);
return true;
« no previous file with comments | « content/public/test/test_mojo_app.h ('k') | content/public/utility/content_utility_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698