Index: content/public/browser/render_process_host.h |
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h |
index 62d65fca999490f31592be64bad59f5327b45c8c..7e211d9a8621d6aa39b87c2763d226dd756af34c 100644 |
--- a/content/public/browser/render_process_host.h |
+++ b/content/public/browser/render_process_host.h |
@@ -222,9 +222,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, |
virtual void EnableAudioDebugRecordings(const base::FilePath& file) = 0; |
virtual void DisableAudioDebugRecordings() = 0; |
- virtual void EnableEventLogRecordings(const base::FilePath& file) = 0; |
- virtual void DisableEventLogRecordings() = 0; |
- |
// When set, |callback| receives log messages regarding, for example, media |
// devices (webcams, mics, etc) that were initially requested in the render |
// process associated with this RenderProcessHost. |