summaryrefslogtreecommitdiff
path: root/chromium/components/variations/variations_util.h
blob: c2d969da24de31c055b334bb2833842e1fdde3e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_VARIATIONS_VARIATIONS_UTIL_H_
#define COMPONENTS_VARIATIONS_VARIATIONS_UTIL_H_

#include <string>

namespace variations {

// Get the current set of chosen FieldTrial groups (aka variations) and send
// them to the logging module so it can save it for crash dumps.
void SetVariationListCrashKeys();

}  // namespace variations

#endif  // COMPONENTS_VARIATIONS_VARIATIONS_UTIL_H_