mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 109626.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@373 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -413,7 +413,8 @@ bool BrowserPersistentCookieStore::Backend::LoadCookiesForDomains(
|
||||
Time::FromInternalValue(smt.ColumnInt64(8)), // last_access_utc
|
||||
smt.ColumnInt(6) != 0, // secure
|
||||
smt.ColumnInt(7) != 0, // httponly
|
||||
true)); // has_expires
|
||||
true, // has_expires
|
||||
true)); // is_persistent
|
||||
DLOG_IF(WARNING,
|
||||
cc->CreationDate() > Time::Now()) << L"CreationDate too recent";
|
||||
cookies.push_back(cc.release());
|
||||
|
Reference in New Issue
Block a user