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 70f8ec8d04960661b736d9af94c48739097cbf19..799101614855a7ae7e61944d0a40fdf99b6ec7bf 100644 |
--- a/components/history/core/browser/download_database.h |
+++ b/components/history/core/browser/download_database.h |
@@ -79,6 +79,10 @@ class DownloadDatabase { |
// to the downloads table. |
bool MigrateDownloadValidators(); |
+ // Returns true if able to add GUID, hash and HTTP method columns to the |
+ // download table. |
+ bool MigrateHashHttpMethodAndGenerateGuids(); |
+ |
// Creates the downloads table if needed. |
bool InitDownloadTable(); |