diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-03-12 14:40:33 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-03-12 14:40:33 +0000 |
commit | 619e8652e6cdf5d6c6216c51c06997694b58409c (patch) | |
tree | 7e678492f77c005f31c3ffac51c173e6c3f49756 /www-client/chromium/files | |
parent | Stable on alpha, bug #357277 (diff) | |
download | historical-619e8652e6cdf5d6c6216c51c06997694b58409c.tar.gz historical-619e8652e6cdf5d6c6216c51c06997694b58409c.tar.bz2 historical-619e8652e6cdf5d6c6216c51c06997694b58409c.zip |
Version bump for dev channel release. Remove old.
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-tests-r0.patch | 11 |
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. |