Index: content/common/child_thread.cc |
=================================================================== |
--- content/common/child_thread.cc (revision 120576) |
+++ content/common/child_thread.cc (working copy) |
@@ -218,8 +218,9 @@ |
} |
#endif // IPC_MESSAGE_LOG_ENABLED |
-void ChildThread::OnSetProfilerStatus(bool enable) { |
- tracked_objects::ThreadData::InitializeAndSetTrackingStatus(enable); |
+void ChildThread::OnSetProfilerStatus( |
+ tracked_objects::ThreadData::Status status) { |
+ tracked_objects::ThreadData::InitializeAndSetTrackingStatus(status); |
} |
void ChildThread::OnGetChildProfilerData( |