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

Unified Diff: base/metrics/field_trial.h

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.h
diff --git a/base/metrics/field_trial.h b/base/metrics/field_trial.h
index c1f5f6b02baba7ab9b10a3108b9b57a3e34faff9..8a6644f1c7934a42a48871d17193b8f06e05c96b 100644
--- a/base/metrics/field_trial.h
+++ b/base/metrics/field_trial.h
@@ -568,8 +568,7 @@ class BASE_EXPORT FieldTrialList {
// On Windows, we need to explicitly pass down any handles to be inherited.
// This function adds the shared memory handle to field trial state to the
// list of handles to be inherited.
- static void AppendFieldTrialHandleIfNeeded(
- base::HandlesToInheritVector* handles);
+ static void AppendFieldTrialHandleIfNeeded(std::vector<HANDLE>* handles);
#endif
#if defined(OS_POSIX) && !defined(OS_NACL)

Powered by Google App Engine
This is Rietveld 408576698