Index: content/browser/in_process_webkit/indexed_db_transaction_callbacks.h |
diff --git a/content/browser/in_process_webkit/indexed_db_transaction_callbacks.h b/content/browser/in_process_webkit/indexed_db_transaction_callbacks.h |
index 60cbfff661de78ce377db507995bbe00606ff2fb..9c424b0885dd7fc5b3f34d9637dff667008f8e70 100644 |
--- a/content/browser/in_process_webkit/indexed_db_transaction_callbacks.h |
+++ b/content/browser/in_process_webkit/indexed_db_transaction_callbacks.h |
@@ -15,6 +15,7 @@ class IndexedDBTransactionCallbacks |
: public WebKit::WebIDBTransactionCallbacks { |
public: |
IndexedDBTransactionCallbacks(IndexedDBDispatcherHost* dispatcher_host, |
+ int thread_id, |
int transaction_id); |
virtual ~IndexedDBTransactionCallbacks(); |
@@ -24,6 +25,7 @@ class IndexedDBTransactionCallbacks |
private: |
scoped_refptr<IndexedDBDispatcherHost> dispatcher_host_; |
+ int thread_id_; |
int transaction_id_; |
}; |