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

Unified Diff: components/subresource_filter/content/renderer/subresource_filter_agent.h

Issue 2699443006: Deprecate ContentSubresourceFilterDriver. (Closed)
Patch Set: Rebase. Created 3 years, 10 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 | « components/subresource_filter/content/browser/content_subresource_filter_driver_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/content/renderer/subresource_filter_agent.h
diff --git a/components/subresource_filter/content/renderer/subresource_filter_agent.h b/components/subresource_filter/content/renderer/subresource_filter_agent.h
index 7e3c99e05825774167b4c9132fe16af7cba032b6..3269183d59a70507e9aca280ad5bdfa1706aba25 100644
--- a/components/subresource_filter/content/renderer/subresource_filter_agent.h
+++ b/components/subresource_filter/content/renderer/subresource_filter_agent.h
@@ -23,10 +23,10 @@ struct DocumentLoadStatistics;
class UnverifiedRulesetDealer;
class WebDocumentSubresourceFilterImpl;
-// The renderer-side agent of the ContentSubresourceFilterDriver. There is one
-// instance per RenderFrame, responsible for setting up the subresource filter
-// for the ongoing provisional document load in the frame when instructed to do
-// so by the driver.
+// The renderer-side agent of ContentSubresourceFilterDriverFactory. There is
+// one instance per RenderFrame, responsible for setting up the subresource
+// filter for the ongoing provisional document load in the frame when instructed
+// to do so by the driver.
class SubresourceFilterAgent
: public content::RenderFrameObserver,
public base::SupportsWeakPtr<SubresourceFilterAgent> {
« no previous file with comments | « components/subresource_filter/content/browser/content_subresource_filter_driver_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698