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

Unified Diff: components/view_manager/public/cpp/lib/view_manager_init.cc

Issue 1195003002: Mandoline: Introduce ApplicationConnection::CloseConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years, 6 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 | « no previous file | mandoline/BUILD.gn » ('j') | mandoline/ui/browser/browser.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/public/cpp/lib/view_manager_init.cc
diff --git a/components/view_manager/public/cpp/lib/view_manager_init.cc b/components/view_manager/public/cpp/lib/view_manager_init.cc
index 17cf779ed6f189f7b7e5c7a5b26550c94877aaf8..856a40aeae205a78c8de6e01f99c3a0b876b8d4a 100644
--- a/components/view_manager/public/cpp/lib/view_manager_init.cc
+++ b/components/view_manager/public/cpp/lib/view_manager_init.cc
@@ -50,6 +50,7 @@ ViewManagerInit::ViewManagerInit(ApplicationImpl* app,
}
ViewManagerInit::~ViewManagerInit() {
+ connection_->CloseConnection();
}
void ViewManagerInit::OnCreate(InterfaceRequest<ViewManagerClient> request) {
« no previous file with comments | « no previous file | mandoline/BUILD.gn » ('j') | mandoline/ui/browser/browser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698