Chromium Code Reviews| Index: content/public/browser/profiler_controller.h |
| =================================================================== |
| --- content/public/browser/profiler_controller.h (revision 120576) |
| +++ 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; |
|
jam
2012/02/06 23:44:07
i think you'll want to have the header in this fil
jar (doing other things)
2012/02/07 00:08:03
Good catch. The "include what you use" rule says
|
| }; |