Chromium Code Reviews| Index: components/filesystem/file_system_app.cc |
| diff --git a/components/filesystem/file_system_app.cc b/components/filesystem/file_system_app.cc |
| index c1e3e16bb8fbd94ad3b4478a68ccff576e6ed119..c42b606b0bf83f65cde0b5736e89ae31de8aa54a 100644 |
| --- a/components/filesystem/file_system_app.cc |
| +++ b/components/filesystem/file_system_app.cc |
| @@ -67,7 +67,7 @@ void FileSystemApp::OnDirectoryConnectionError(DirectoryImpl* directory) { |
| if (in_shutdown_ && client_mapping_.empty()) { |
| // We just cleared the last directory after our shell connection went |
| // away. Time to shut ourselves down. |
| - app_->QuitNow(); |
| + app_->Quit(); |
|
Ben Goodger (Google)
2015/07/29 19:16:34
Since the shell connection is already severed, Qui
|
| } |
| return; |