Give names to all utility processes.
[chromium-blink-merge.git] / chrome / browser / tracing / chrome_tracing_delegate.cc
blobfe76f203c2940220484e40e45eb3b7ae2eafc16a
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/tracing/chrome_tracing_delegate.h"
6 #include "chrome/browser/tracing/crash_service_uploader.h"
8 scoped_ptr<content::TraceUploader> ChromeTracingDelegate::GetTraceUploader(
9 net::URLRequestContextGetter* request_context) {
10 return scoped_ptr<content::TraceUploader>(
11 new TraceCrashServiceUploader(request_context));