| 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.
|
|
|