| Index: base/metrics/field_trial.h
|
| diff --git a/base/metrics/field_trial.h b/base/metrics/field_trial.h
|
| index 7fedb375ae43ecebdafc941fcdcd257ff6faf57a..bd0b206744cfd9ffa5a18aa8fbc99b8e640b2d4c 100644
|
| --- a/base/metrics/field_trial.h
|
| +++ b/base/metrics/field_trial.h
|
| @@ -593,8 +593,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.
|
|
|