Skip to content

Commit

Permalink
Update to SQLitePersistentCookieStore schema v10, introduced in C66
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Robinson committed Apr 26, 2018
1 parent 4d2631c commit 3f9f9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified test/data/import/chrome/default/Cookies
Binary file not shown.
4 changes: 2 additions & 2 deletions utility/importer/chrome_importer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ void ChromeImporter::ImportCookies() {

const char query[] =
"SELECT creation_utc, host_key, name, value, encrypted_value, path, "
"expires_utc, secure, httponly, firstpartyonly, last_access_utc, "
"has_expires, persistent, priority FROM cookies";
"expires_utc, is_secure, is_httponly, firstpartyonly, last_access_utc, "
"has_expires, is_persistent, priority FROM cookies";

sql::Statement s(db.GetUniqueStatement(query));

Expand Down

0 comments on commit 3f9f9c7

Please sign in to comment.