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

Unified Diff: chrome/browser/extensions/activity_log/api_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/api_actions.h
diff --git a/chrome/browser/extensions/activity_log/api_actions.h b/chrome/browser/extensions/activity_log/api_actions.h
index 1269444e20dec9cf3df3ca82396c655f860e16bd..c56ed6a393332b589bf39e8bc07271442c31c0c4 100644
--- a/chrome/browser/extensions/activity_log/api_actions.h
+++ b/chrome/browser/extensions/activity_log/api_actions.h
@@ -45,7 +45,7 @@ class APIAction : public Action {
explicit APIAction(const sql::Statement& s);
// Record the action in the database.
- virtual void Record(sql::Connection* db) OVERRIDE;
+ virtual bool Record(sql::Connection* db) OVERRIDE;
virtual scoped_ptr<api::activity_log_private::ExtensionActivity>
ConvertToExtensionActivity() OVERRIDE;
@@ -79,6 +79,6 @@ class APIAction : public Action {
DISALLOW_COPY_AND_ASSIGN(APIAction);
};
-} // namespace
+} // namespace extensions
#endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_API_ACTIONS_H_
« no previous file with comments | « chrome/browser/extensions/activity_log/activity_log_unittest.cc ('k') | chrome/browser/extensions/activity_log/api_actions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698