Updates:
        Summary: Duplicate bookmarks + disable/enable sync = bookmark explosion

Comment #2 on issue 24995 by [email protected]: Duplicate bookmarks +  
disable/enable sync = bookmark explosion
http://code.google.com/p/chromium/issues/detail?id=24995

Root cause is that we were using a set (ordered by <title, URL> tuple) in  
the
ModelAssociator to track the unmatched nodes.  With the possibility of  
duplicates, we
need a container that allows multiple inclusion.  A multiset seems to work.

--
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