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

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

Issue 2814733002: Add the SocEng as a type for checking in CheckUrlForSubresourceFilter. (Closed)
Patch Set: . 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: 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 22bc3fc2a8d0d677ef810ad345d93e5c7556433d..e0c4927b75d0b160b4e7f7a9efe880a1ccdd89a9 100644
--- a/components/subresource_filter/content/renderer/subresource_filter_agent.h
+++ b/components/subresource_filter/content/renderer/subresource_filter_agent.h
@@ -58,8 +58,8 @@ class SubresourceFilterAgent
private:
void OnActivateForNextCommittedLoad(ActivationState activation_state);
- void RecordHistogramsOnLoadCommitted();
- void RecordHistogramsOnLoadFinished();
+ void RecordedHistogramsOnLoadCommitted();
engedy 2017/04/26 13:47:10 nit: I think accidental rename?
melandory 2017/04/26 15:02:21 Done.
+ void RecordedHistogramsOnLoadFinished();
void ResetActivatonStateForNextCommit();
// content::RenderFrameObserver:

Powered by Google App Engine
This is Rietveld 408576698