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

Unified Diff: chrome/browser/history/history_database.h

Issue 9592026: Create meta table atomically. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: chrome/browser/history/history_database.h
diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h
index 1f88efc34c5cd7b50b053e332c715589b7091270..dffd9f4cbf25ab598bf1e3a487638764bab71eef 100644
--- a/chrome/browser/history/history_database.h
+++ b/chrome/browser/history/history_database.h
@@ -147,6 +147,9 @@ class HistoryDatabase : public DownloadDatabase,
// Overridden from URLDatabase:
virtual sql::Connection& GetDB() OVERRIDE;
+ // Overridden from DownloadDatabase:
+ virtual sql::MetaTable& GetMetaTable() OVERRIDE;
+
// Migration -----------------------------------------------------------------
// Makes sure the version is up-to-date, updating if necessary. If the

Powered by Google App Engine
This is Rietveld 408576698