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

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

Issue 1875033005: [Downloads/History] Add tab-url and tab-referrer-url to DownloadRow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guid-fix
Patch Set: Update expectations for DownloadUIController test. Created 4 years, 8 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 799101614855a7ae7e61944d0a40fdf99b6ec7bf..04cdfed54b9a0daf5a560a4bcc9b2339cf059854 100644
--- a/components/history/core/browser/download_database.h
+++ b/components/history/core/browser/download_database.h
@@ -83,6 +83,10 @@ class DownloadDatabase {
// download table.
bool MigrateHashHttpMethodAndGenerateGuids();
+ // Returns true if able to add tab_url and tab_referrer_url columns to the
+ // download table.
+ bool MigrateDownloadTabUrl();
+
// Creates the downloads table if needed.
bool InitDownloadTable();

Powered by Google App Engine
This is Rietveld 408576698