| 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 0a540e9dd0b6fe679ecc29e6977c5f9a360b6533..21fd3410d0361224aaaf667774815fcf9ea13070 100644
|
| --- a/components/view_manager/public/cpp/lib/view_manager_init.cc
|
| +++ b/components/view_manager/public/cpp/lib/view_manager_init.cc
|
| @@ -52,9 +52,7 @@ ViewManagerInit::ViewManagerInit(ApplicationImpl* app,
|
| }
|
| }
|
|
|
| -ViewManagerInit::~ViewManagerInit() {
|
| - connection_->CloseConnection();
|
| -}
|
| +ViewManagerInit::~ViewManagerInit() {}
|
|
|
| void ViewManagerInit::OnCreate(InterfaceRequest<ViewManagerClient> request) {
|
| // TODO(sky): straighten out lifetime.
|
|
|