summaryrefslogtreecommitdiffstats
path: root/base/time_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/time_posix.cc')
-rw-r--r--base/time_posix.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/base/time_posix.cc b/base/time_posix.cc
index 1c96451..b8f1385 100644
--- a/base/time_posix.cc
+++ b/base/time_posix.cc
@@ -24,12 +24,6 @@ namespace base {
#if defined(OS_ANDROID)
#define _POSIX_MONOTONIC_CLOCK 1
#endif
-#if defined(OS_CHROMEOS)
-// Force definition of the system trace clock; it is a chromeos-only api
-// at the moment and surfacing it in the right place requires mucking
-// with glibc et al.
-#define CLOCK_SYSTEM_TRACE 11
-#endif
struct timespec TimeDelta::ToTimeSpec() const {
int64 microseconds = InMicroseconds();