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

Unified Diff: content/common/media/webrtc_logging_messages.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
Index: content/common/media/webrtc_logging_messages.h
diff --git a/content/common/media/webrtc_logging_messages.h b/content/common/media/webrtc_logging_messages.h
index 70bab5aa09234e6c4651838ce21f3357327a5f99..8e893ab8ca7d5ea259557b0f1f22b4ef887904e2 100644
--- a/content/common/media/webrtc_logging_messages.h
+++ b/content/common/media/webrtc_logging_messages.h
@@ -13,8 +13,9 @@
// Messages sent from the renderer to the browser.
// Request to open a log.
-IPC_MESSAGE_CONTROL1(WebRtcLoggingMsg_OpenLog,
- std::string /* app_session_id */)
+IPC_MESSAGE_CONTROL2(WebRtcLoggingMsg_OpenLog,
+ std::string /* app_session_id */,
+ std::string /* app_url */)
// Messages sent from the browser to the renderer.

Powered by Google App Engine
This is Rietveld 408576698