Index: components/history/core/browser/download_database.h |
diff --git a/components/history/core/browser/download_database.h b/components/history/core/browser/download_database.h |
index 931ad5c03c62346e6fdf4c0ac31b8b7a2237f426..421218d9bbad452d5fcfd2398f7507171199a108 100644 |
--- a/components/history/core/browser/download_database.h |
+++ b/components/history/core/browser/download_database.h |
@@ -93,6 +93,9 @@ class DownloadDatabase { |
// table. |
bool MigrateDownloadSiteInstanceUrl(); |
+ // Returns true if able to add last_access_time column to the download table. |
+ bool MigrateDownloadLastAccessTime(); |
+ |
// Creates the downloads table if needed. |
bool InitDownloadTable(); |