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

Unified Diff: mandoline/tab/frame_connection.cc

Issue 1239313004: More html_viewer OOPIF changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 5 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 | « mandoline/tab/frame_connection.h ('k') | mandoline/tab/frame_tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mandoline/tab/frame_connection.h ('k') | mandoline/tab/frame_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698