blob: d1ec0f6aff0c2c26fb8df60bd62ee1298d02cb55 [file] [log] [blame]
// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_TRACING_BACKGROUND_TRACING_FIELD_TRIAL_H_
#define CHROME_BROWSER_TRACING_BACKGROUND_TRACING_FIELD_TRIAL_H_
namespace tracing {
bool MaybeSetupSystemTracingFromFieldTrial();
bool MaybeSetupBackgroundTracingFromFieldTrial();
} // namespace tracing
#endif // CHROME_BROWSER_TRACING_BACKGROUND_TRACING_FIELD_TRIAL_H_