| Index: components/view_manager/view_manager_app.cc
|
| diff --git a/components/view_manager/view_manager_app.cc b/components/view_manager/view_manager_app.cc
|
| index 4b092ada2ddb62de5f850b0f13b963d9361a4d89..5c5e77a93473de0fd7e90484df2da254bd6457f3 100644
|
| --- a/components/view_manager/view_manager_app.cc
|
| +++ b/components/view_manager/view_manager_app.cc
|
| @@ -68,7 +68,7 @@ bool ViewManagerApp::ConfigureIncomingConnection(
|
| }
|
|
|
| void ViewManagerApp::OnNoMoreRootConnections() {
|
| - app_impl_->Terminate();
|
| + app_impl_->Quit();
|
| }
|
|
|
| ClientConnection* ViewManagerApp::CreateClientConnectionForEmbedAtView(
|
|
|