| Index: net/extras/sqlite/sqlite_persistent_cookie_store.cc
|
| diff --git a/net/extras/sqlite/sqlite_persistent_cookie_store.cc b/net/extras/sqlite/sqlite_persistent_cookie_store.cc
|
| index 6f46d4fbef4856f2aaf9544dc79840f4d5e97332..b7254a42620155cf18ac907e2a00c2669b770323 100644
|
| --- a/net/extras/sqlite/sqlite_persistent_cookie_store.cc
|
| +++ b/net/extras/sqlite/sqlite_persistent_cookie_store.cc
|
| @@ -1119,7 +1119,7 @@ void SQLitePersistentCookieStore::Backend::Commit() {
|
| add_smt.BindInt64(6, po->cc().ExpiryDate().ToInternalValue());
|
| add_smt.BindInt(7, po->cc().IsSecure());
|
| add_smt.BindInt(8, po->cc().IsHttpOnly());
|
| - add_smt.BindInt(9, po->cc().IsFirstPartyOnly());
|
| + add_smt.BindInt(9, po->cc().IsSameSite());
|
| add_smt.BindInt64(10, po->cc().LastAccessDate().ToInternalValue());
|
| add_smt.BindInt(11, po->cc().IsPersistent());
|
| add_smt.BindInt(12, po->cc().IsPersistent());
|
|
|