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

Unified Diff: content/browser/renderer_host/media/audio_input_renderer_host.h

Issue 2624403002: Refactor AudioInputController and related interfaces. (Closed)
Patch Set: Address comments Created 3 years, 11 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_input_renderer_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/audio_input_renderer_host.h
diff --git a/content/browser/renderer_host/media/audio_input_renderer_host.h b/content/browser/renderer_host/media/audio_input_renderer_host.h
index e4bf199cc663475f09e9003d744fb6004b0c9107..fdd979ab5f7373763c04604b6b57594662ad5b07 100644
--- a/content/browser/renderer_host/media/audio_input_renderer_host.h
+++ b/content/browser/renderer_host/media/audio_input_renderer_host.h
@@ -108,8 +108,6 @@ class CONTENT_EXPORT AudioInputRendererHost
void OnCreated(media::AudioInputController* controller) override;
void OnError(media::AudioInputController* controller,
media::AudioInputController::ErrorCode error_code) override;
- void OnData(media::AudioInputController* controller,
- const media::AudioBus* data) override;
void OnLog(media::AudioInputController* controller,
const std::string& message) override;
@@ -238,7 +236,7 @@ class CONTENT_EXPORT AudioInputRendererHost
AudioEntryMap audio_entries_;
// Raw pointer of the UserInputMonitor.
- media::UserInputMonitor* user_input_monitor_;
+ media::UserInputMonitor* const user_input_monitor_;
std::unique_ptr<media::AudioLog> audio_log_;
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_input_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698