diff options
Diffstat (limited to 'mojo/shell/standalone')
-rw-r--r-- | mojo/shell/standalone/android/android_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/shell/standalone/android/android_handler.cc b/mojo/shell/standalone/android/android_handler.cc index cb284c5..a509cc7 100644 --- a/mojo/shell/standalone/android/android_handler.cc +++ b/mojo/shell/standalone/android/android_handler.cc @@ -171,7 +171,7 @@ void AndroidHandler::Initialize(Shell* shell, uint32_t id) {} bool AndroidHandler::AcceptConnection(Connection* connection) { - connection->AddService(&content_handler_factory_); + connection->AddInterface(&content_handler_factory_); return true; } |