Chromium Code Reviews| 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: |