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

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

Issue 2900043002: Added initial set of logging for AudioOutputController. (Closed)
Patch Set: Improved printouts a bit using StringPrintf. Created 3 years, 7 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/browser/renderer_host/media/audio_output_delegate_impl.h
diff --git a/content/browser/renderer_host/media/audio_output_delegate_impl.h b/content/browser/renderer_host/media/audio_output_delegate_impl.h
index 9a2c89aef7d45a985db4b54af8c8ec1340696fca..b217d69200a860af30808c19231743643f12d04e 100644
--- a/content/browser/renderer_host/media/audio_output_delegate_impl.h
+++ b/content/browser/renderer_host/media/audio_output_delegate_impl.h
@@ -71,6 +71,7 @@ class CONTENT_EXPORT AudioOutputDelegateImpl
void SendCreatedNotification();
void OnError();
+ void DoLog(const std::string& msg);
void UpdatePlayingState(bool playing);
media::AudioOutputController* GetControllerForTesting() const;

Powered by Google App Engine
This is Rietveld 408576698