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

Unified Diff: tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt

Issue 864943002: Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::Now(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made changes based on review comments (including deleting IsHighResNowFastAndReliable) Created 5 years, 11 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: tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt
diff --git a/tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt b/tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt
index 840a3035070b98c4e4d74d926fa2d086c27b5266..df5df0d5877ffa7bb4c49e738e3ed4ae30bebb91 100644
--- a/tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt
+++ b/tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt
@@ -3,7 +3,7 @@ TimeTicks.WinRollover
# Very sensitive to slowdown
TimeTicks.Deltas
-TimeTicks.HighResNow
+TimeTicks.Now
miu 2015/01/22 20:06:42 Actually, you should should just remove the line.
charliea_google.com 2015/01/22 22:56:58 Done.
TimerTest.RepeatingTimer*
# This Windows-native sampling profiler test does not work under our tools

Powered by Google App Engine
This is Rietveld 408576698