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

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

Issue 2894163002: [subresource_filter] |enable_logging| should be part of the IPC with ActivationState (Closed)
Patch Set: Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/content/common/subresource_filter_messages.h
diff --git a/components/subresource_filter/content/common/subresource_filter_messages.h b/components/subresource_filter/content/common/subresource_filter_messages.h
index bef8fc95b23da570d49402022c20955d4c8da48a..c8333c09a8ecbd1a2fa3ea9524d1749bc074d152 100644
--- a/components/subresource_filter/content/common/subresource_filter_messages.h
+++ b/components/subresource_filter/content/common/subresource_filter_messages.h
@@ -24,6 +24,7 @@ IPC_STRUCT_TRAITS_BEGIN(subresource_filter::ActivationState)
IPC_STRUCT_TRAITS_MEMBER(filtering_disabled_for_document)
IPC_STRUCT_TRAITS_MEMBER(generic_blocking_rules_disabled)
IPC_STRUCT_TRAITS_MEMBER(measure_performance)
+ IPC_STRUCT_TRAITS_MEMBER(enable_logging)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(subresource_filter::DocumentLoadStatistics)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698