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

Unified Diff: base/metrics/field_trial.h

Issue 2565683003: Share field trial allocator on Mac (Closed)
Patch Set: Add some comments. 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 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.

Powered by Google App Engine
This is Rietveld 408576698