diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-22 09:30:40 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-22 09:30:40 +0000 |
commit | 9132fe8464be21ca0738873db2abae5dd348922c (patch) | |
tree | accf365a16e1467e2918928c29d8b7d7543e5b61 /chrome/browser/history/history_database.h | |
parent | 23d679081855a690891e6094277040a1e93bc8e3 (diff) | |
download | chromium_src-9132fe8464be21ca0738873db2abae5dd348922c.zip chromium_src-9132fe8464be21ca0738873db2abae5dd348922c.tar.gz chromium_src-9132fe8464be21ca0738873db2abae5dd348922c.tar.bz2 |
Remove thumbnail migration code from history.
Thumbnails were originally stored in a database with favicons, but
later were migrated to "Top Sites". I believe this happened in early
2011. Any profiles remaining to migrate will lose their old
thumbnails data, which by now should be expired in any case.
Also cleanup methods which were no longer in use.
BUG=240396
Review URL: https://chromiumcodereview.appspot.com/23288005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218973 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history/history_database.h')
-rw-r--r-- | chrome/browser/history/history_database.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h index 5aac5ba..7c631cf 100644 --- a/chrome/browser/history/history_database.h +++ b/chrome/browser/history/history_database.h @@ -149,12 +149,6 @@ class HistoryDatabase : public DownloadDatabase, return needs_version_17_migration_; } - // Marks the database as no longer needing migration. - void ThumbnailMigrationDone(); - - // Returns true if thumbnails needs to be migrated. - bool GetNeedsThumbnailMigration(); - // Visit table functions ---------------------------------------------------- // Update the segment id of a visit. Return true on success. |