Refactored TypedUrlChangeProcessor to treat ADD and UPDATE similarly.
Updated TypedUrlChangeProcessor to handle ADDs and UPDATEs in the sync DB identically. Also removed our code that explicitly sets the title in the history DB as that should not be necessary (it's already set by UpdateURLRow). Finally, removed our code that was setting last_visit_time since that is also updated automatically by the history code when we add/remove visits. We still set it when we initially add the URL to the DB, but that's only because the history code requires it - we technically don't need to since we always manually add visits immediately afterward. BUG=101633 TEST=existing tests suffice Review URL: http://codereview.chromium.org/8414043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108188 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment