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

Unified Diff: content/browser/webrtc/webrtc_eventlog_host.cc

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Exclude certain files from jumbo because of a Windows problem Created 3 years, 3 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/webrtc/webrtc_eventlog_host.cc
diff --git a/content/browser/webrtc/webrtc_eventlog_host.cc b/content/browser/webrtc/webrtc_eventlog_host.cc
index 14235fe97f82dd19bbd13c533e5ba008f3322edb..f5a53f054b9290881f48fe1524191aa948555a22 100644
--- a/content/browser/webrtc/webrtc_eventlog_host.cc
+++ b/content/browser/webrtc/webrtc_eventlog_host.cc
@@ -46,7 +46,7 @@ base::FilePath GetWebRtcEventLogPath(const base::FilePath& base_file,
}
// Opens a logfile to pass on to the renderer.
-IPC::PlatformFileForTransit CreateFileForProcess(
+IPC::PlatformFileForTransit CreateFileForProcess2(
const base::FilePath& base_path,
int render_process_id,
int connection_id) {
@@ -138,7 +138,7 @@ bool WebRTCEventLogHost::StartEventLogForPeerConnection(
++number_active_log_files_;
base::PostTaskWithTraitsAndReplyWithResult(
FROM_HERE, {base::MayBlock(), base::TaskPriority::BACKGROUND},
- base::Bind(&CreateFileForProcess, base_file_path_, render_process_id_,
+ base::Bind(&CreateFileForProcess2, base_file_path_, render_process_id_,
peer_connection_local_id),
base::Bind(&WebRTCEventLogHost::SendEventLogFileToRenderer,
weak_ptr_factory_.GetWeakPtr(), peer_connection_local_id));
« no previous file with comments | « content/browser/tracing/tracing_controller_impl_data_sinks.cc ('k') | content/browser/webui/web_ui_url_loader_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698