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

Unified Diff: chrome/browser/diagnostics/sqlite_diagnostics.h

Issue 270101: Move the sqlite error handler to a single location... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/diagnostics/sqlite_diagnostics.h
===================================================================
--- chrome/browser/diagnostics/sqlite_diagnostics.h (revision 28908)
+++ chrome/browser/diagnostics/sqlite_diagnostics.h (working copy)
@@ -5,5 +5,18 @@
#ifndef CHROME_BROWSER_DIAGNOSTICS_SQLITE_DIAGNOSTICS_H_
#define CHROME_BROWSER_DIAGNOSTICS_SQLITE_DIAGNOSTICS_H_
+namespace sql {
+ class ErrorDelegate;
+}
+sql::ErrorDelegate* GetErrorHandlerForCookieDb();
+
+sql::ErrorDelegate* GetErrorHandlerForHistoryDb();
+
+sql::ErrorDelegate* GetErrorHandlerForThumbnailDb();
+
+sql::ErrorDelegate* GetErrorHandlerForTextDb();
+
+sql::ErrorDelegate* GetErrorHandlerForWebDb();
+
#endif // CHROME_BROWSER_DIAGNOSTICS_SQLITE_DIAGNOSTICS_H_
« no previous file with comments | « no previous file | chrome/browser/diagnostics/sqlite_diagnostics.cc » ('j') | chrome/browser/diagnostics/sqlite_diagnostics.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698