| Index: content/browser/net/sqlite_persistent_cookie_store.cc
|
| diff --git a/content/browser/net/sqlite_persistent_cookie_store.cc b/content/browser/net/sqlite_persistent_cookie_store.cc
|
| index e859f0babc8b0d7ab51dc87f823a2c79ed45cc97..6b2ff26ec3703f05d83b3d892ac16b6468a35700 100644
|
| --- a/content/browser/net/sqlite_persistent_cookie_store.cc
|
| +++ b/content/browser/net/sqlite_persistent_cookie_store.cc
|
| @@ -451,8 +451,6 @@ bool InitTable(sql::Connection* db) {
|
|
|
| void SQLitePersistentCookieStore::Backend::Load(
|
| const LoadedCallback& loaded_callback) {
|
| - // This function should be called only once per instance.
|
| - DCHECK(!db_.get());
|
| PostBackgroundTask(FROM_HERE, base::Bind(
|
| &Backend::LoadAndNotifyInBackground, this,
|
| loaded_callback, base::Time::Now()));
|
|
|