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

Unified Diff: trunk/src/chrome/browser/extensions/activity_log/dom_actions.h

Issue 16756004: Revert 205059 "We were seeing ActivityLog memory leaks and assor..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/chrome/browser/extensions/activity_log/dom_actions.h
===================================================================
--- trunk/src/chrome/browser/extensions/activity_log/dom_actions.h (revision 205306)
+++ trunk/src/chrome/browser/extensions/activity_log/dom_actions.h (working copy)
@@ -45,7 +45,7 @@
ConvertToExtensionActivity() OVERRIDE;
// Record the action in the database.
- virtual bool Record(sql::Connection* db) OVERRIDE;
+ virtual void Record(sql::Connection* db) OVERRIDE;
// Print a DOMAction as a regular string for debugging purposes.
virtual std::string PrintForDebug() OVERRIDE;
Property changes on: trunk/src/chrome/browser/extensions/activity_log/dom_actions.h
___________________________________________________________________
Deleted: svn:mergeinfo

Powered by Google App Engine
This is Rietveld 408576698