A quick fix for TopSitesMigrationTest.Migrate.
This test seems to fail because history.19.sql migrates very old pages, i.e. pages whose last_visit_time is >90 days before now, and our history service filters them out. This change just replaces the time-sensitive values (i.e. 'last_visit_time', 'visit_time', and 'time_slot') with the current time to prevent migrating expired pages. BUG=none TEST=TopSitesMigrationTest.Migrate Review URL: http://codereview.chromium.org/6371001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71588 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment