Chromium Code Reviews| Index: content/common/child_thread.h |
| =================================================================== |
| --- content/common/child_thread.h (revision 111617) |
| +++ 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 "content/common/child_process_info.h" |
|
jam
2011/11/28 15:17:34
not needed
ramant (doing other things)
2011/11/29 01:32:20
Done.
|
| #include "content/common/content_export.h" |
| #include "content/common/message_router.h" |
| #include "webkit/glue/resource_loader_bridge.h" |
| @@ -93,6 +94,10 @@ |
| virtual void OnSetIPCLoggingEnabled(bool enable); |
| #endif |
| + virtual void OnSetProfilerStatus(bool enable); |
| + virtual void OnGetChildProfilerData(int sequence_number, |
| + const std::string& process_type); |
| + |
| virtual void OnDumpHandles(); |
| void set_on_channel_error_called(bool on_channel_error_called) { |