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

Unified Diff: Source/modules/indexeddb/IDBCursorBackendInterface.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
« no previous file with comments | « Source/modules/indexeddb/IDBCallbacks.h ('k') | Source/modules/indexeddb/IDBRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBCursorBackendInterface.h
diff --git a/Source/modules/indexeddb/IDBCursorBackendInterface.h b/Source/modules/indexeddb/IDBCursorBackendInterface.h
index fe0108e7549f05c897b76b6a6e2e52da34474884..ee522c1f4de0c8db015996595477d384606b6e8a 100644
--- a/Source/modules/indexeddb/IDBCursorBackendInterface.h
+++ b/Source/modules/indexeddb/IDBCursorBackendInterface.h
@@ -43,8 +43,6 @@ public:
virtual void advance(unsigned long count, PassRefPtr<IDBCallbacks>) = 0;
virtual void continueFunction(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks>) = 0;
- virtual void prefetchContinue(int numberToFetch, PassRefPtr<IDBCallbacks>) = 0;
- virtual void prefetchReset(int usedPrefetches, int unusedPrefetches) = 0;
virtual void postSuccessHandlerCallback() = 0;
};
« no previous file with comments | « Source/modules/indexeddb/IDBCallbacks.h ('k') | Source/modules/indexeddb/IDBRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698