[Typed URL sync] Get rid of trivial "if (row.typed_count() >= 0)" |
|
Issue descriptionThe code in typed_url_sync_bridge has many places where it checks that typed_count read from local database is *not negative* (and silently skips the operation if it is). I checked the code in the history DB and see no indication that typed_count can ever become negative. We should replace it by DCHECKs and eventually get rid of it.
,
Nov 21
I would understand if the bug were the cause for checking: "if (row.typed_count() > 0)". However, I do not understand how the bug may lead to negative values.
,
Yesterday
(43 hours ago)
No progress here. |
|
►
Sign in to add a comment |
|
Comment 1 by treib@chromium.org
, Nov 21