Index: content/common/child_thread.h |
=================================================================== |
--- content/common/child_thread.h (revision 112492) |
+++ content/common/child_thread.h (working copy) |
@@ -93,6 +93,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) { |