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

Unified Diff: public/platform/WebIDBCursor.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 | « public/platform/WebIDBCallbacks.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebIDBCursor.h
diff --git a/public/platform/WebIDBCursor.h b/public/platform/WebIDBCursor.h
index f8d632f325dcc62d1af0b9eea0c4b7627e6df978..c86f80927c76351f90fec18dd9e776833a702d6f 100644
--- a/public/platform/WebIDBCursor.h
+++ b/public/platform/WebIDBCursor.h
@@ -47,8 +47,6 @@ public:
virtual void advance(unsigned long, WebIDBCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); }
virtual void continueFunction(const WebIDBKey&, WebIDBCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); }
- virtual void prefetchContinue(int numberToFetch, WebIDBCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); }
- virtual void prefetchReset(int usedPrefetches, int unusedPrefetches) { WEBKIT_ASSERT_NOT_REACHED(); }
virtual void postSuccessHandlerCallback() { } // Only used in frontend.
protected:
« no previous file with comments | « public/platform/WebIDBCallbacks.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698