| Index: content/common/child_thread.h
|
| ===================================================================
|
| --- content/common/child_thread.h (revision 119459)
|
| +++ content/common/child_thread.h (working copy)
|
| @@ -9,6 +9,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/shared_memory.h"
|
| +#include "base/tracked_objects.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/message_router.h"
|
| #include "webkit/glue/resource_loader_bridge.h"
|
| @@ -92,7 +93,7 @@
|
| virtual void OnSetIPCLoggingEnabled(bool enable);
|
| #endif
|
|
|
| - virtual void OnSetProfilerStatus(bool enable);
|
| + virtual void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
|
| virtual void OnGetChildProfilerData(int sequence_number,
|
| const std::string& process_type);
|
|
|
|
|