Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3524)

Unified Diff: chrome/common/metrics/variations/variations_util.h

Issue 292663009: Move chrome/common/metrics/variations to chrome/common/variations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/metrics/variations/variations_util.h
diff --git a/chrome/common/metrics/variations/variations_util.h b/chrome/common/metrics/variations/variations_util.h
deleted file mode 100644
index 574fc04ab19005f25368dab67e7eb60e477b628f..0000000000000000000000000000000000000000
--- a/chrome/common/metrics/variations/variations_util.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (c) 2012 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 CHROME_COMMON_METRICS_VARIATIONS_VARIATIONS_UTIL_H_
-#define CHROME_COMMON_METRICS_VARIATIONS_VARIATIONS_UTIL_H_
-
-namespace chrome_variations {
-
-// Get the current set of chosen FieldTrial groups (aka variations) and send
-// them to the child process logging module so it can save it for crash dumps.
-void SetChildProcessLoggingVariationList();
-
-} // namespace chrome_variations
-
-#endif // CHROME_COMMON_METRICS_VARIATIONS_VARIATIONS_UTIL_H_
« no previous file with comments | « chrome/common/metrics/variations/variation_ids.h ('k') | chrome/common/metrics/variations/variations_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698