| Index: chrome/browser/extensions/activity_log/activity_log.h
|
| diff --git a/chrome/browser/extensions/activity_log/activity_log.h b/chrome/browser/extensions/activity_log/activity_log.h
|
| index 763f0d28e64ce592f69c5717b90120027ab16ef1..2aa84bb73bee02e3295580e149e0faa12dd720ce 100644
|
| --- a/chrome/browser/extensions/activity_log/activity_log.h
|
| +++ b/chrome/browser/extensions/activity_log/activity_log.h
|
| @@ -124,9 +124,6 @@ class ActivityLog : public BrowserContextKeyedService,
|
| explicit ActivityLog(Profile* profile);
|
| virtual ~ActivityLog();
|
|
|
| - // Reset the database in case of persistent catastrophic errors.
|
| - void DatabaseErrorCallback(int error, sql::Statement* stmt);
|
| -
|
| // We log callbacks and API calls very similarly, so we handle them the same
|
| // way internally.
|
| void LogAPIActionInternal(
|
| @@ -144,9 +141,6 @@ class ActivityLog : public BrowserContextKeyedService,
|
| int32 page_id,
|
| const GURL& on_url) OVERRIDE;
|
|
|
| - // The callback when initializing the database.
|
| - void OnDBInitComplete();
|
| -
|
| // The Schedule methods dispatch the calls to the database on a
|
| // separate thread. We dispatch to the UI thread if the DB thread doesn't
|
| // exist, which should only happen in tests where there is no DB thread.
|
|
|