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

Unified Diff: chrome/browser/browsing_data/browsing_data_filter_builder.h

Issue 2248403002: Implement origin-based deletion of plugin data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 4 years, 4 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 | « no previous file | chrome/browser/browsing_data/browsing_data_flash_lso_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/browsing_data_filter_builder.h
diff --git a/chrome/browser/browsing_data/browsing_data_filter_builder.h b/chrome/browser/browsing_data/browsing_data_filter_builder.h
index 3db2f87d7ea6728d1dc40670407c8abf536e5624..1db8d1a8c374116dbf304990ca3f35974e0048e9 100644
--- a/chrome/browser/browsing_data/browsing_data_filter_builder.h
+++ b/chrome/browser/browsing_data/browsing_data_filter_builder.h
@@ -67,6 +67,10 @@ class BrowsingDataFilterBuilder {
virtual base::Callback<bool(const std::string& server_id)>
BuildChannelIDFilter() const = 0;
+ // Builds a filter that matches the |site| of a plugin.
+ virtual base::Callback<bool(const std::string& site)>
+ BuildPluginFilter() const = 0;
+
// A convenience method to produce an empty blacklist, a filter that matches
// everything.
static base::Callback<bool(const GURL&)> BuildNoopFilter();
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_flash_lso_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698