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

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

Issue 10669033: Close ArchivedDatabase connection after transaction rollback. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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/archived_database.h
diff --git a/chrome/browser/history/archived_database.h b/chrome/browser/history/archived_database.h
index 5ab83a64452c90b63c27ff15a1fb55fa38ef2a20..e5119c9bd2ddcae36f060b5295ac8baedb5aaeae 100644
--- a/chrome/browser/history/archived_database.h
+++ b/chrome/browser/history/archived_database.h
@@ -43,6 +43,8 @@ class ArchivedDatabase : public URLDatabase,
static int GetCurrentVersion();
private:
+ bool DoInitTransaction();
+
// Implemented for the specialized databases.
virtual sql::Connection& GetDB() OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/history/archived_database.cc » ('j') | chrome/browser/history/archived_database.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698