mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision adb61db1 (#508578)
This commit is contained in:
@@ -114,7 +114,7 @@ bool CefTraceSubscriber::EndTracing(const base::FilePath& tracing_file,
|
||||
weak_factory_.GetWeakPtr(), callback, tracing_file);
|
||||
|
||||
TracingController::GetInstance()->StopTracing(
|
||||
TracingController::CreateFileSink(tracing_file, result_callback));
|
||||
TracingController::CreateFileEndpoint(tracing_file, result_callback));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user