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

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

Issue 10917099: Chromium side of "consolidate two-phase connection to avoid race conditions". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: content/browser/in_process_webkit/indexed_db_dispatcher_host.h
diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
index bf49e036f0fb3aacc645ecacf4be3bd2982942f6..fd45fd0e7deb333beaec7f2be7a681d871b02d2d 100644
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
@@ -133,7 +133,6 @@ class IndexedDBDispatcherHost : public content::BrowserMessageFilter {
int32 mode,
int32* idb_transaction_id,
WebKit::WebExceptionCode* ec);
- void OnOpen(int32 idb_database_id, int32 thread_id, int32 response_id);
void OnClose(int32 idb_database_id);
void OnDestroyed(int32 idb_database_id);

Powered by Google App Engine
This is Rietveld 408576698