Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2097)

Unified Diff: content/public/browser/render_process_host.h

Issue 1272223003: Implement writing mic audio input data to file for debugging purposes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 75a0f9e2a3e0efd149c9c00efababcbc1e9af2a1..ce96642a2f03ceb37fcc1905d200470e27aeb01c 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -206,8 +206,8 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
virtual void FilterURL(bool empty_allowed, GURL* url) = 0;
#if defined(ENABLE_WEBRTC)
- virtual void EnableAecDump(const base::FilePath& file) = 0;
- virtual void DisableAecDump() = 0;
+ virtual void EnableAudioDebugRecordings(const base::FilePath& file) = 0;
+ virtual void DisableAudioDebugRecordings() = 0;
// When set, |callback| receives log messages regarding, for example, media
// devices (webcams, mics, etc) that were initially requested in the render

Powered by Google App Engine
This is Rietveld 408576698