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

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

Issue 148183002: Corrections of some WebRTC logging comments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 10 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 | « chrome/browser/media/webrtc_logging_handler_host.h ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/media_stream_manager.h
diff --git a/content/browser/renderer_host/media/media_stream_manager.h b/content/browser/renderer_host/media/media_stream_manager.h
index 41cc7514af154bb2eee5c86a163e3126bd2826ec..4d21a188e524ddc0c2e5d1544a2b1a1506cdaf54 100644
--- a/content/browser/renderer_host/media/media_stream_manager.h
+++ b/content/browser/renderer_host/media/media_stream_manager.h
@@ -182,13 +182,14 @@ class CONTENT_EXPORT MediaStreamManager
// too late. (see http://crbug.com/247525#c14).
virtual void WillDestroyCurrentMessageLoop() OVERRIDE;
- // Sends log messages to the render processes making device requests, to be
- // used by the webrtcLoggingPrivate API if requested.
+ // Sends log messages to the render process hosts whose corresponding render
+ // processes are making device requests, to be used by the
+ // webrtcLoggingPrivate API if requested.
void AddLogMessageOnIOThread(const std::string& message);
// Adds |message| to native logs for outstanding device requests, for use by
- // render processes requesting logging from webrtcLoggingPrivate API. Safe to
- // call from any thread.
+ // render processes hosts whose corresponding render processes are requesting
+ // logging from webrtcLoggingPrivate API. Safe to call from any thread.
static void SendMessageToNativeLog(const std::string& message);
protected:
@@ -316,9 +317,9 @@ class CONTENT_EXPORT MediaStreamManager
void TranslateDeviceIdToSourceId(DeviceRequest* request,
MediaStreamDevice* device);
- // Helper method that sends log messages to the render processes in
- // |render_process_ids|, to be used by the webrtcLoggingPrivate API if
- // requested.
+ // Helper method that sends log messages to the render process hosts whose
+ // corresponding render processes are in |render_process_ids|, to be used by
+ // the webrtcLoggingPrivate API if requested.
void AddLogMessageOnUIThread(const std::set<int>& render_process_ids,
const std::string& message);
« no previous file with comments | « chrome/browser/media/webrtc_logging_handler_host.h ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698