| Index: content/public/browser/profiler_controller.h
|
| ===================================================================
|
| --- content/public/browser/profiler_controller.h (revision 119459)
|
| +++ content/public/browser/profiler_controller.h (working copy)
|
| @@ -43,7 +43,8 @@
|
| virtual void GetProfilerData(int sequence_number) = 0;
|
|
|
| // Contact all processes and set profiler status to |enable|.
|
| - virtual void SetProfilerStatus(bool enable) = 0;
|
| + virtual void SetProfilerStatus(
|
| + tracked_objects::ThreadData::Status status) = 0;
|
|
|
| };
|
|
|
|
|