summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorpauljensen@chromium.org <pauljensen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 10:29:16 +0000
committerpauljensen@chromium.org <pauljensen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 10:29:16 +0000
commit5095cd74b69ec7c559b65550dcb088c9c212fa4c (patch)
treee825e07f34b0be4e33a3a5e253a00b5a4b48c73e /build
parent39663e818aa6ccbb320ab5c4385a161dff9ca46b (diff)
downloadchromium_src-5095cd74b69ec7c559b65550dcb088c9c212fa4c.zip
chromium_src-5095cd74b69ec7c559b65550dcb088c9c212fa4c.tar.gz
chromium_src-5095cd74b69ec7c559b65550dcb088c9c212fa4c.tar.bz2
Account for server vs host clock skew in cookie expiration times.
When setting a cookie's expiration time in the cookie store we need to take into account any difference between the HTTP server and the host machine's real time clock. This reverts 159685 which reverted 146616. BUG=135131 TEST=net_unittests --gtest_filter=CookieMonster/CookieStoreTest/0.TestCookieDeletion Review URL: https://chromiumcodereview.appspot.com/11339032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/android/gtest_filter/net_unittests_disabled1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/android/gtest_filter/net_unittests_disabled b/build/android/gtest_filter/net_unittests_disabled
index 3cad90b..1dcf114 100644
--- a/build/android/gtest_filter/net_unittests_disabled
+++ b/build/android/gtest_filter/net_unittests_disabled
@@ -30,6 +30,7 @@ HTTPSRequestTest.HTTPSMismatchedTest
HTTPSRequestTest.HTTPSExpiredTest
HTTPSRequestTest.HTTPSPreloadedHSTSTest
HTTPSRequestTest.ClientAuthTest
+URLRequestTest.AcceptClockSkewCookieWithWrongDateTimezone
URLRequestTest.DelayedCookieCallback
URLRequestTest.DoNotSendCookies
URLRequestTest.DoNotSaveCookies