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

Unified Diff: chrome/browser/subresource_filter/subresource_filter_content_settings_manager_factory.h

Issue 2795053002: [subresource_filter] Implement the "Smart" UI on Android (Closed)
Patch Set: rebase on #463637 Created 3 years, 8 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/subresource_filter/subresource_filter_content_settings_manager_factory.h
diff --git a/chrome/browser/subresource_filter/subresource_filter_content_settings_manager_factory.h b/chrome/browser/subresource_filter/subresource_filter_content_settings_manager_factory.h
index ead85d0775ae3f62f6f54b5b40de51217298214e..7cc795c58aa80de93e53720c4bcb78ab9ec02cce 100644
--- a/chrome/browser/subresource_filter/subresource_filter_content_settings_manager_factory.h
+++ b/chrome/browser/subresource_filter/subresource_filter_content_settings_manager_factory.h
@@ -10,13 +10,15 @@
class KeyedService;
class Profile;
+class SubresourceFilterContentSettingsManager;
// This class is responsible for instantiating a profile-scoped object which
// observes changes to content settings.
class SubresourceFilterContentSettingsManagerFactory
: public BrowserContextKeyedServiceFactory {
public:
- static void EnsureForProfile(Profile* profile);
+ static SubresourceFilterContentSettingsManager* EnsureForProfile(
+ Profile* profile);
static SubresourceFilterContentSettingsManagerFactory* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698