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

Unified Diff: chrome/browser/extensions/activity_log/stream_noargs_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/stream_noargs_ui_policy.h
diff --git a/chrome/browser/extensions/activity_log/stream_noargs_ui_policy.h b/chrome/browser/extensions/activity_log/stream_noargs_ui_policy.h
index f91ffd05582ed47450bf583b0bc4869aa7637d47..4ba6fb978bbf9098b0f0ce2b1c82efbae37fa9e5 100644
--- a/chrome/browser/extensions/activity_log/stream_noargs_ui_policy.h
+++ b/chrome/browser/extensions/activity_log/stream_noargs_ui_policy.h
@@ -18,6 +18,10 @@ class StreamWithoutArgsUIPolicy : public FullStreamUIPolicy {
explicit StreamWithoutArgsUIPolicy(Profile* profile);
virtual ~StreamWithoutArgsUIPolicy();
+ // Clean the relevant URL data stored for this policy.
mvrable 2013/07/17 16:41:23 StreamWithoutArgsUIPolicy inherits from FullStream
karenlees 2013/08/08 23:36:37 Done.
+ virtual void RemoveURLs(const std::vector<GURL>& gurls);
+ virtual void RemoveURL(const GURL& gurl);
+
protected:
virtual std::string ProcessArguments(ActionType action_type,
const std::string& name,

Powered by Google App Engine
This is Rietveld 408576698