Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: components/history/core/browser/download_database.h

Issue 2720613002: Downloads: Added transient flag to download item and download database (Closed)
Patch Set: fix tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 421218d9bbad452d5fcfd2398f7507171199a108..7a80f69eb00aab8f26836dc7753a16af6e308746 100644
--- a/components/history/core/browser/download_database.h
+++ b/components/history/core/browser/download_database.h
@@ -96,6 +96,9 @@ class DownloadDatabase {
// Returns true if able to add last_access_time column to the download table.
bool MigrateDownloadLastAccessTime();
+ // Returns true if able to add transient column to the download table.
+ bool MigrateDownloadTransient();
+
// Creates the downloads table if needed.
bool InitDownloadTable();

Powered by Google App Engine
This is Rietveld 408576698