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

Unified Diff: chrome/browser/extensions/activity_log/dom_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
Index: chrome/browser/extensions/activity_log/dom_actions.h
diff --git a/chrome/browser/extensions/activity_log/dom_actions.h b/chrome/browser/extensions/activity_log/dom_actions.h
index 4b4825d8bb8b6c8af9a37bda434096b08d7d72ff..df8583b8089bface478672f0c403acf1e88e0710 100644
--- a/chrome/browser/extensions/activity_log/dom_actions.h
+++ b/chrome/browser/extensions/activity_log/dom_actions.h
@@ -45,7 +45,7 @@ class DOMAction : public Action {
ConvertToExtensionActivity() OVERRIDE;
// Record the action in the database.
- virtual void Record(sql::Connection* db) OVERRIDE;
+ virtual bool Record(sql::Connection* db) OVERRIDE;
// Print a DOMAction as a regular string for debugging purposes.
virtual std::string PrintForDebug() OVERRIDE;
« no previous file with comments | « chrome/browser/extensions/activity_log/blocked_actions.cc ('k') | chrome/browser/extensions/activity_log/dom_actions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698