Adding instrumentation to locate the source of jankiness
[chromium-blink-merge.git] / chrome / common / variations / variations_util.h
blob0d21c16a630902406cb91d1aa9b25fcd37cc8513
1 // Copyright 2014 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 #ifndef CHROME_COMMON_VARIATIONS_VARIATIONS_UTIL_H_
6 #define CHROME_COMMON_VARIATIONS_VARIATIONS_UTIL_H_
8 namespace chrome_variations {
10 // Get the current set of chosen FieldTrial groups (aka variations) and send
11 // them to the child process logging module so it can save it for crash dumps.
12 void SetChildProcessLoggingVariationList();
14 } // namespace chrome_variations
16 #endif // CHROME_COMMON_VARIATIONS_VARIATIONS_UTIL_H_