Index: mandoline/tab/frame_connection.cc |
diff --git a/mandoline/tab/frame_connection.cc b/mandoline/tab/frame_connection.cc |
index 36e6234a7e786e5102b688fbe5d55d8078bf7394..b96aadaaa96a15ef304f9467792e5a068245ba6d 100644 |
--- a/mandoline/tab/frame_connection.cc |
+++ b/mandoline/tab/frame_connection.cc |
@@ -22,6 +22,10 @@ void FrameConnection::Init(mojo::ApplicationImpl* app, |
application_connection_ = app->ConnectToApplication(request.Pass()); |
application_connection_->ConnectToService(view_manage_client); |
application_connection_->ConnectToService(&frame_tree_client_); |
+ frame_tree_client_.set_connection_error_handler([]() { |
+ // TODO(sky): implement this. |
+ NOTIMPLEMENTED(); |
+ }); |
} |
} // namespace mandoline |