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

Unified Diff: components/subresource_filter/content/common/document_subresource_filter.h

Issue 2683413003: Introduce AsyncDocumentSubresourceFilter. (Closed)
Patch Set: Address comments from csharrison@. 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
Index: components/subresource_filter/content/common/document_subresource_filter.h
diff --git a/components/subresource_filter/content/common/document_subresource_filter.h b/components/subresource_filter/content/common/document_subresource_filter.h
index 8de7df3700d0ebba50e2f7951cb92abf86c22494..b2e2010868b2a367cf9284ebf8ef6f52feb999e6 100644
--- a/components/subresource_filter/content/common/document_subresource_filter.h
+++ b/components/subresource_filter/content/common/document_subresource_filter.h
@@ -63,7 +63,7 @@ class DocumentSubresourceFilter
// |document_origin|.
// -- Hold a reference to and use |ruleset| for its entire lifetime.
// -- Invoke |first_disallowed_load_callback|, if it is non-null, on the
- // first disallowed subresource load.
+ // first reportDisallowedLoad() call.
DocumentSubresourceFilter(url::Origin document_origin,
ActivationState activation_state,
scoped_refptr<const MemoryMappedRuleset> ruleset,

Powered by Google App Engine
This is Rietveld 408576698