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 74ac574d5439830d30b2b7dfca5f4e46fa8dbb06..c24a878afcce6bdd627fd42f0ac42e132353b3e7 100644 |
--- a/content/public/browser/render_process_host.h |
+++ b/content/public/browser/render_process_host.h |
@@ -219,9 +219,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. |