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

Unified Diff: mash/shell/shell_application_delegate.cc

Issue 1684783002: Rename ServiceProvider to InterfaceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « extensions/browser/mojo/stash_backend_unittest.cc ('k') | media/mojo/services/android_mojo_media_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/shell/shell_application_delegate.cc
diff --git a/mash/shell/shell_application_delegate.cc b/mash/shell/shell_application_delegate.cc
index a88c6d6372f5992001d81b3154dbcc5ed947f837..4fb3ec2c84d9c95fa737889ad0ce652c508d7676 100644
--- a/mash/shell/shell_application_delegate.cc
+++ b/mash/shell/shell_application_delegate.cc
@@ -119,7 +119,7 @@ void ShellApplicationDelegate::StartRestartableService(
scoped_ptr<mojo::Connection> connection = shell_->Connect(url);
// Note: |connection| may be null if we've lost our connection to the shell.
if (connection) {
- connection->SetRemoteServiceProviderConnectionErrorHandler(
+ connection->SetRemoteInterfaceProviderConnectionErrorHandler(
restart_callback);
connections_[url] = std::move(connection);
}
« no previous file with comments | « extensions/browser/mojo/stash_backend_unittest.cc ('k') | media/mojo/services/android_mojo_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698