Comment #2 on issue 21102 by [email protected]: Abnormal shutdown just after  
enabling Bookmark Sync results in weird account state
http://code.google.com/p/chromium/issues/detail?id=21102

Yes, specifically, we call Shutdown as expected, but Shutdown (called by
DisableForUser) only deletes the sync data directory if sync is active and  
running
(because the SBH does this).

The gotcha is we can't do this from the UI loop, which is what Shutdown is  
called on.
We could probably use the WorkerPool for the deletion, but we need to make  
sure we
don't init again before we're notified (asynchronously) that the IO  
deletion event
completed.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to