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

Unified Diff: base/metrics/field_trial.cc

Issue 2950153002: Improve process launch handle sharing API. (Closed)
Patch Set: Fix Created 3 years, 6 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: base/metrics/field_trial.cc
diff --git a/base/metrics/field_trial.cc b/base/metrics/field_trial.cc
index 9c2110a4f656cd9cb0d6ba6b767ebca4ae3f93da..e1e39fe0335bbd5dc585ec1eee1da7e39e423885 100644
--- a/base/metrics/field_trial.cc
+++ b/base/metrics/field_trial.cc
@@ -828,7 +828,7 @@ void FieldTrialList::CreateFeaturesFromCommandLine(
#if defined(OS_WIN)
// static
void FieldTrialList::AppendFieldTrialHandleIfNeeded(
- HandlesToInheritVector* handles) {
+ std::vector<HANDLE>* handles) {
if (!global_)
return;
if (kUseSharedMemoryForFieldTrials) {
« no previous file with comments | « base/metrics/field_trial.h ('k') | base/process/launch.h » ('j') | base/process/launch.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698