Chromium Code Reviews| Index: chrome/browser/sync/engine/syncapi.cc |
| =================================================================== |
| --- chrome/browser/sync/engine/syncapi.cc (revision 27284) |
| +++ chrome/browser/sync/engine/syncapi.cc (working copy) |
| @@ -1229,6 +1229,8 @@ |
| LOG_IF(ERROR, WAIT_TIMEOUT == wait_result) << "Thread exit timeout expired"; |
| CloseHandle(address_watch_params_.exit_flag); |
| #endif |
| + |
| + CommandLine::Terminate(); |
| } |
| // Listen to model changes, filter out ones initiated by the sync API, and |