| Index: content/browser/indexed_db/indexed_db_factory.h
|
| diff --git a/content/browser/indexed_db/indexed_db_factory.h b/content/browser/indexed_db/indexed_db_factory.h
|
| index e42d4fa9180f90c81ca39d19d181877092433b95..af2ba5427fdc672f22ff4eadbbd269703942f2eb 100644
|
| --- a/content/browser/indexed_db/indexed_db_factory.h
|
| +++ b/content/browser/indexed_db/indexed_db_factory.h
|
| @@ -22,6 +22,7 @@ namespace content {
|
|
|
| class IndexedDBBackingStore;
|
| class IndexedDBContextImpl;
|
| +struct IndexedDBPendingConnection;
|
|
|
| class CONTENT_EXPORT IndexedDBFactory
|
| : NON_EXPORTED_BASE(public base::RefCountedThreadSafe<IndexedDBFactory>) {
|
| @@ -39,10 +40,7 @@ class CONTENT_EXPORT IndexedDBFactory
|
| const GURL& origin_url,
|
| const base::FilePath& data_directory);
|
| void Open(const base::string16& name,
|
| - int64 version,
|
| - int64 transaction_id,
|
| - scoped_refptr<IndexedDBCallbacks> callbacks,
|
| - scoped_refptr<IndexedDBDatabaseCallbacks> database_callbacks,
|
| + const IndexedDBPendingConnection& connection,
|
| const GURL& origin_url,
|
| const base::FilePath& data_directory);
|
|
|
|
|