Comment #8 on issue 10709 by [email protected]: Should provide checks while loading bookmarks (?) http://code.google.com/p/chromium/issues/detail?id=10709
It should be working, I believe you just deleted the URL Line without checking if the JSON file is valid. The JSON File serializer fails because the format isn't valid. That is why you don't see anything. Basically, if you deleted the URL line, you have to delete the comma before it, when you do that, you will notice that it will work. So do you want us to take it a step further and dynamically fix the broken JSON file ? I say, if the JSON file is corrupted, we shouldn't do anything. There is no way to actually get the values because we can't deserialize it. -- 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 -~----------~----~----~----~------~----~------~--~---
