summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-tests-r0.patch')
-rw-r--r--www-client/chromium/files/chromium-tests-r0.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/www-client/chromium/files/chromium-tests-r0.patch b/www-client/chromium/files/chromium-tests-r0.patch
deleted file mode 100644
index c8461366adc1..000000000000
--- a/www-client/chromium/files/chromium-tests-r0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/watchdog_unittest.cc.orig 2010-12-09 10:31:32.000000000 +0000
-+++ base/watchdog_unittest.cc 2010-12-09 10:31:53.000000000 +0000
-@@ -86,7 +86,7 @@
-
- // Make sure a basic alarm fires when the time has expired.
- TEST_F(WatchdogTest, AlarmPriorTimeTest) {
-- WatchdogCounter watchdog(TimeDelta::TimeDelta(), "Enabled2", true);
-+ WatchdogCounter watchdog(TimeDelta(), "Enabled2", true);
- // Set a time in the past.
- watchdog.ArmSomeTimeDeltaAgo(TimeDelta::FromSeconds(2));
- // It should instantly go off, but certainly in less than 5 minutes.