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

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

Issue 15875005: Forwarding app URL to handler host for WebRTC logs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review + rebase. Created 7 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/webrtc_logging_handler_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/webrtc_logging_handler_host.h
diff --git a/content/browser/renderer_host/media/webrtc_logging_handler_host.h b/content/browser/renderer_host/media/webrtc_logging_handler_host.h
index 2e5e33b7a23e53a17f319c574fab21ff42515154..7ab7fbaa93721022aafd8e47e48f6d497da2193d 100644
--- a/content/browser/renderer_host/media/webrtc_logging_handler_host.h
+++ b/content/browser/renderer_host/media/webrtc_logging_handler_host.h
@@ -30,10 +30,11 @@ class WebRtcLoggingHandlerHost : public BrowserMessageFilter {
virtual ~WebRtcLoggingHandlerHost();
- void OnOpenLog(const std::string& app_session_id);
+ void OnOpenLog(const std::string& app_session_id, const std::string& app_url);
base::SharedMemory shared_memory_;
std::string app_session_id_;
+ std::string app_url_;
DISALLOW_COPY_AND_ASSIGN(WebRtcLoggingHandlerHost);
};
« no previous file with comments | « no previous file | content/browser/renderer_host/media/webrtc_logging_handler_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698