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. |