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

Unified Diff: base/time/time_mac.cc

Issue 1424703003: Kills TraceTicks, which was functionally the same as TimeTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review Created 5 years, 2 months 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/time/time_mac.cc
diff --git a/base/time/time_mac.cc b/base/time/time_mac.cc
index 8983ab2e625051cffcb29ae67dfd0a369fb2a7a6..578e03904b97c239024b3f9a070d9a3699f43572 100644
--- a/base/time/time_mac.cc
+++ b/base/time/time_mac.cc
@@ -231,9 +231,4 @@ ThreadTicks ThreadTicks::Now() {
return ThreadTicks(ComputeThreadTicks());
}
-// static
-TraceTicks TraceTicks::Now() {
- return TraceTicks(ComputeCurrentTicks());
-}
-
} // namespace base
« base/time/time.h ('K') | « base/time/time.cc ('k') | base/time/time_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698