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

Unified Diff: Source/modules/indexeddb/IDBCallbacks.h

Issue 16320013: IndexedDB: Remove prefetching method stubs from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unintelligible comment Created 7 years, 6 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: Source/modules/indexeddb/IDBCallbacks.h
diff --git a/Source/modules/indexeddb/IDBCallbacks.h b/Source/modules/indexeddb/IDBCallbacks.h
index fc861651dfccde0c4a020eecb3f1bf388a0885e1..caf2fdc0b77ce8520ac9654d00ddea3263bc27c9 100644
--- a/Source/modules/indexeddb/IDBCallbacks.h
+++ b/Source/modules/indexeddb/IDBCallbacks.h
@@ -62,8 +62,6 @@ public:
// From IDBCursor.advance()/continue()
virtual void onSuccess(PassRefPtr<IDBKey>, PassRefPtr<IDBKey> primaryKey, PassRefPtr<SharedBuffer>) = 0;
- // From IDBCursor.advance()/continue()
- virtual void onSuccessWithPrefetch(const Vector<RefPtr<IDBKey> >& keys, const Vector<RefPtr<IDBKey> >& primaryKeys, const Vector<RefPtr<SharedBuffer> >& values) = 0;
// From IDBFactory.open()/deleteDatabase()
virtual void onBlocked(int64_t /* existingVersion */) { ASSERT_NOT_REACHED(); }
// From IDBFactory.open()
« no previous file with comments | « Source/WebKit/chromium/src/IDBCursorBackendProxy.h ('k') | Source/modules/indexeddb/IDBCursorBackendInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698