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

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

Issue 2318833003: Remove activity_log's Util::DropObsoleteTables(). (Closed)
Patch Set: Created 4 years, 3 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/activity_log_policy.h
diff --git a/chrome/browser/extensions/activity_log/activity_log_policy.h b/chrome/browser/extensions/activity_log/activity_log_policy.h
index 997e34a2696b5d1ebdae3dc19a8ebf6c7b7bb56d..004f9fccd256b19d6b358ec195fbd77f08e8f8ff 100644
--- a/chrome/browser/extensions/activity_log/activity_log_policy.h
+++ b/chrome/browser/extensions/activity_log/activity_log_policy.h
@@ -120,12 +120,6 @@ class ActivityLogPolicy {
int64_t* early_bound,
int64_t* late_bound);
- // Deletes obsolete database tables from an activity log database. This
- // can be used in InitDatabase() methods of ActivityLogDatabasePolicy
- // subclasses to clean up data from old versions of the activity logging
- // code. Returns true on success, false on database error.
- static bool DropObsoleteTables(sql::Connection* db);
-
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(Util);
};

Powered by Google App Engine
This is Rietveld 408576698