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

Side by Side Diff: components/startup_metric_utils/common/pre_read_field_trial_utils_win.h

Issue 1591663003: Move pre_read_field_trial_utils.h/cc to common/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_STARTUP_METRIC_UTILS_FILE_PRE_READ_FIELD_TRIAL_UTILS_WIN_H_ 5 #ifndef COMPONENTS_STARTUP_METRIC_UTILS_COMMON_PRE_READ_FIELD_TRIAL_UTILS_WIN_H_
6 #define COMPONENTS_STARTUP_METRIC_UTILS_FILE_PRE_READ_FIELD_TRIAL_UTILS_WIN_H_ 6 #define COMPONENTS_STARTUP_METRIC_UTILS_COMMON_PRE_READ_FIELD_TRIAL_UTILS_WIN_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback_forward.h" 10 #include "base/callback_forward.h"
11 #include "base/strings/string16.h" 11 #include "base/strings/string16.h"
12 12
13 // Utility functions to support the PreRead field trial. The PreRead field trial 13 // Utility functions to support the PreRead field trial. The PreRead field trial
14 // changes the way DLLs are pre-read during startup. 14 // changes the way DLLs are pre-read during startup.
15 15
16 namespace startup_metric_utils { 16 namespace startup_metric_utils {
(...skipping 26 matching lines...) Expand all
43 // (metrics::MetricsLog) is created. Otherwise, UMA metrics generated during 43 // (metrics::MetricsLog) is created. Otherwise, UMA metrics generated during
44 // startup won't be correctly annotated. |product_registry_path| is the registry 44 // startup won't be correctly annotated. |product_registry_path| is the registry
45 // path under which the key for this field trial resides. 45 // path under which the key for this field trial resides.
46 void RegisterPreReadSyntheticFieldTrial( 46 void RegisterPreReadSyntheticFieldTrial(
47 const base::string16& product_registry_path, 47 const base::string16& product_registry_path,
48 const RegisterPreReadSyntheticFieldTrialCallback& 48 const RegisterPreReadSyntheticFieldTrialCallback&
49 register_synthetic_field_trial); 49 register_synthetic_field_trial);
50 50
51 } // namespace startup_metric_utils 51 } // namespace startup_metric_utils
52 52
53 #endif // COMPONENTS_STARTUP_METRIC_UTILS_FILE_PRE_READ_FIELD_TRIAL_UTILS_WIN_H _ 53 #endif // COMPONENTS_STARTUP_METRIC_UTILS_COMMON_PRE_READ_FIELD_TRIAL_UTILS_WIN _H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698