summaryrefslogtreecommitdiffstats
path: root/chrome_frame
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 /chrome_frame
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 'chrome_frame')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 00e86e7..2fd8530 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -279,6 +279,7 @@ void FilterDisabledTests() {
// Not supported in ChromeFrame as we use IE's network stack.
"URLRequestTest.NetworkDelegateProxyError",
+ "URLRequestTest.AcceptClockSkewCookieWithWrongDateTimezone",
// URLRequestAutomationJob needs to support NeedsAuth.
// http://crbug.com/98446