DescriptionRefactored 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
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108188
Patch Set 1 #Patch Set 2 : Fixed unit_test compilation error. #Patch Set 3 : Now set the page title in the integration test to ensure it is synced. #
Messages
Total messages: 4 (0 generated)
|