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

Unified Diff: chrome/browser/extensions/activity_log/activity_actions.h

Issue 16510002: Better ActivityLog error handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reinstating the command line Created 7 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
« no previous file with comments | « no previous file | chrome/browser/extensions/activity_log/activity_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/activity_log/activity_actions.h
diff --git a/chrome/browser/extensions/activity_log/activity_actions.h b/chrome/browser/extensions/activity_log/activity_actions.h
index 547d2d8bb60c540da9737be0329b8bc0f45bb4ea..5e2cbd53db712d0463746b2a0c85cffbcbf61f23 100644
--- a/chrome/browser/extensions/activity_log/activity_actions.h
+++ b/chrome/browser/extensions/activity_log/activity_actions.h
@@ -26,7 +26,7 @@ class Action : public base::RefCountedThreadSafe<Action> {
static bool InitializeTableInternal(sql::Connection* db);
// Record the action in the database.
- virtual void Record(sql::Connection* db) = 0;
+ virtual bool Record(sql::Connection* db) = 0;
// Flatten the activity's type-specific fields into an ExtensionActivity.
virtual scoped_ptr<api::activity_log_private::ExtensionActivity>
« no previous file with comments | « no previous file | chrome/browser/extensions/activity_log/activity_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698