| Index: chrome/browser/history/download_database.h
|
| diff --git a/chrome/browser/history/download_database.h b/chrome/browser/history/download_database.h
|
| index 8cf07ab44b1c5a4b575f193eac84c7e8a93d0389..59b7a71501172a43645b1e44e3de1e514b7900ca 100644
|
| --- a/chrome/browser/history/download_database.h
|
| +++ b/chrome/browser/history/download_database.h
|
| @@ -69,6 +69,10 @@ class DownloadDatabase {
|
| // database. See http://crbug.com/140687
|
| bool MigrateDownloadsState();
|
|
|
| + // Returns true if able to successfully add the last interrupt reason and the
|
| + // two target paths to downloads.
|
| + bool MigrateDownloadsReasonPathsAndDangerType();
|
| +
|
| // Creates the downloads table if needed.
|
| bool InitDownloadTable();
|
|
|
|
|