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

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

Issue 7550055: Remove idb transaction callbacks onTimeout stuff that was removed from the spec. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove message definition Created 9 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
« no previous file with comments | « no previous file | content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b5f1cbce7629fbe3aca73b242008d34dcf069e70..60cbfff661de78ce377db507995bbe00606ff2fb 100644
--- a/content/browser/in_process_webkit/indexed_db_transaction_callbacks.h
+++ b/content/browser/in_process_webkit/indexed_db_transaction_callbacks.h
@@ -21,7 +21,6 @@ class IndexedDBTransactionCallbacks
virtual void onAbort();
virtual void onComplete();
- virtual void onTimeout();
private:
scoped_refptr<IndexedDBDispatcherHost> dispatcher_host_;
« no previous file with comments | « no previous file | content/browser/in_process_webkit/indexed_db_transaction_callbacks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698