Index: chrome/browser/history/download_database.h |
diff --git a/chrome/browser/history/download_database.h b/chrome/browser/history/download_database.h |
index 30a04bf1b31653fd5c5f84574743a226fbeca8e1..10ef59c1665fd01805bdb4840217668cccac6924 100644 |
--- a/chrome/browser/history/download_database.h |
+++ b/chrome/browser/history/download_database.h |
@@ -52,6 +52,9 @@ class DownloadDatabase { |
// Returns the database for the functions in this interface. |
virtual sql::Connection& GetDB() = 0; |
+ // Returns true if able to successfully add mime types to the downloads table. |
+ bool MigrateMimeType(); |
+ |
// Returns true if able to successfully rewrite the invalid values for the |
// |state| field from 3 to 4. Returns false if there was an error fixing the |
// database. See http://crbug.com/140687 |