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

Unified Diff: chrome/browser/extensions/activity_database.h

Issue 12262025: Alter the ActivityLog db table schemas. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « chrome/browser/extensions/activity_actions.cc ('k') | chrome/browser/extensions/activity_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/activity_database.h
diff --git a/chrome/browser/extensions/activity_database.h b/chrome/browser/extensions/activity_database.h
index 02bdf5468f50db71243ea39658abb634f1404535..ebc45951e0c8b358ea93203ca4602238447d8f2f 100644
--- a/chrome/browser/extensions/activity_database.h
+++ b/chrome/browser/extensions/activity_database.h
@@ -10,7 +10,7 @@
#include "base/memory/ref_counted_memory.h"
#include "chrome/browser/extensions/api_actions.h"
#include "chrome/browser/extensions/blocked_actions.h"
-#include "chrome/browser/extensions/url_actions.h"
+#include "chrome/browser/extensions/dom_actions.h"
#include "sql/connection.h"
#include "sql/init_status.h"
@@ -35,8 +35,8 @@ class ActivityDatabase : public base::RefCountedThreadSafe<ActivityDatabase> {
void Init(const base::FilePath& db_name);
void LogInitFailure();
- // Record a UrlAction in the database.
- void RecordUrlAction(scoped_refptr<UrlAction> action);
+ // Record a DOMction in the database.
+ void RecordDOMAction(scoped_refptr<DOMAction> action);
// Record a APIAction in the database.
void RecordAPIAction(scoped_refptr<APIAction> action);
« no previous file with comments | « chrome/browser/extensions/activity_actions.cc ('k') | chrome/browser/extensions/activity_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698