mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 80310.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@213 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "app/sql/transaction.h"
|
||||
#include "base/file_path.h"
|
||||
#include "base/file_util.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
|
||||
using base::Time;
|
||||
|
||||
@@ -178,6 +179,8 @@ bool BrowserPersistentCookieStore::Backend::Load(
|
||||
while (smt.Step()) {
|
||||
scoped_ptr<net::CookieMonster::CanonicalCookie> cc(
|
||||
new net::CookieMonster::CanonicalCookie(
|
||||
// The "source" URL is not used with persisted cookies.
|
||||
GURL(), // Source
|
||||
smt.ColumnString(2), // name
|
||||
smt.ColumnString(3), // value
|
||||
smt.ColumnString(1), // domain
|
||||
|
Reference in New Issue
Block a user