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

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

Issue 18878009: Add functions to clean URLs from the activity log (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some comments Created 7 years, 5 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/fullstream_ui_policy.h
diff --git a/chrome/browser/extensions/activity_log/fullstream_ui_policy.h b/chrome/browser/extensions/activity_log/fullstream_ui_policy.h
index 3b33963fcadf225b1d5e35479fe7a3fbc88f3b31..a43c8b83dd1c92fa03b36bb913da54e7c71de85f 100644
--- a/chrome/browser/extensions/activity_log/fullstream_ui_policy.h
+++ b/chrome/browser/extensions/activity_log/fullstream_ui_policy.h
@@ -45,6 +45,10 @@ class FullStreamUIPolicy : public ActivityLogPolicy,
virtual void Close() OVERRIDE;
+ // Clean the relevant URL data stored for this policy.
+ virtual void RemoveURLs(const std::vector<GURL>& gurls);
mvrable 2013/07/17 16:41:23 Mark these methods as OVERRIDE
karenlees 2013/08/08 23:36:37 Done.
+ virtual void RemoveURL(const GURL& gurl);
+
protected:
// Only ever run by OnDatabaseClose() below; see the comments on the
// ActivityDatabase class for an overall discussion of how cleanup works.

Powered by Google App Engine
This is Rietveld 408576698