Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6071)

Unified Diff: chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h

Issue 3165053: Implement IDBTransaction::objectStore (Closed)
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h
diff --git a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h
index ed3357ecbc4914b29efa42033682295bc211810d..acf4acc441781e2407bed6bee791862e7a166a36 100644
--- a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h
+++ b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h
@@ -190,6 +190,8 @@ class IndexedDBDispatcherHost
void Send(IPC::Message* message);
// TODO: add the rest of the transaction methods.
+ void OnObjectStore(int32 transaction_id, const string16& name,
+ IPC::Message* reply_msg);
void OnDestroyed(int32 idb_transaction_id);
IndexedDBDispatcherHost* parent_;

Powered by Google App Engine
This is Rietveld 408576698