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

Unified Diff: base/metrics/field_trial.h

Issue 2555453002: Share field trial allocator on MacOS (Closed)
Patch Set: Created 4 years 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 01bb35c1ddeea7f7a177b29d12753165ead6b8b7..e74d0f47005b33203e8c9ac85d33cd11c47ae59d 100644
--- a/base/metrics/field_trial.h
+++ b/base/metrics/field_trial.h
@@ -582,8 +582,7 @@ class BASE_EXPORT FieldTrialList {
static bool CreateTrialsFromHandleSwitch(const std::string& handle_switch);
#endif
-#if defined(OS_POSIX) && !defined(OS_NACL) && !defined(OS_MACOSX) && \
- !defined(OS_ANDROID)
+#if defined(OS_POSIX) && !defined(OS_NACL) && !defined(OS_ANDROID)
// On POSIX systems that use the zygote, we look up the correct fd that backs
// the shared memory segment containing the field trials by looking it up via
// an fd key in GlobalDescriptors. Returns true on success, false on failure.

Powered by Google App Engine
This is Rietveld 408576698