| 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 04cdfed54b9a0daf5a560a4bcc9b2339cf059854..b8159dd6856a70031899ea0266e56d4925daa6f9 100644
|
| --- a/components/history/core/browser/download_database.h
|
| +++ b/components/history/core/browser/download_database.h
|
| @@ -87,6 +87,10 @@ class DownloadDatabase {
|
| // download table.
|
| bool MigrateDownloadTabUrl();
|
|
|
| + // Returns true if able to add the site_instance_url column to the download
|
| + // table.
|
| + bool MigrateDownloadSiteInstanceUrl();
|
| +
|
| // Creates the downloads table if needed.
|
| bool InitDownloadTable();
|
|
|
|
|