| Index: content/browser/profiler_message_filter.cc
|
| diff --git a/content/browser/profiler_message_filter.cc b/content/browser/profiler_message_filter.cc
|
| index f8f89f44bae3f619e9a2acd69e5286a74f35c66a..d1d3e8f29248dc6b4f1ebf69512bf5ba832d6720 100644
|
| --- a/content/browser/profiler_message_filter.cc
|
| +++ b/content/browser/profiler_message_filter.cc
|
| @@ -16,9 +16,6 @@ ProfilerMessageFilter::ProfilerMessageFilter(ProcessType process_type)
|
| : process_type_(process_type) {
|
| }
|
|
|
| -ProfilerMessageFilter::~ProfilerMessageFilter() {
|
| -}
|
| -
|
| void ProfilerMessageFilter::OnChannelConnected(int32 peer_pid) {
|
| BrowserMessageFilter::OnChannelConnected(peer_pid);
|
|
|
| @@ -41,6 +38,8 @@ bool ProfilerMessageFilter::OnMessageReceived(const IPC::Message& message,
|
| return handled;
|
| }
|
|
|
| +ProfilerMessageFilter::~ProfilerMessageFilter() {}
|
| +
|
| void ProfilerMessageFilter::OnChildProfilerData(
|
| int sequence_number,
|
| const tracked_objects::ProcessDataSnapshot& profiler_data) {
|
|
|