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

Unified Diff: Source/modules/indexeddb/IDBRequest.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/IDBCursorBackendInterface.h ('k') | public/platform/WebIDBCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBRequest.h
diff --git a/Source/modules/indexeddb/IDBRequest.h b/Source/modules/indexeddb/IDBRequest.h
index 7c055221a3521ad3737424a9907406eb669837ea..c1cf4bc7d9cc252b3feb16260d855d424c4c133e 100644
--- a/Source/modules/indexeddb/IDBRequest.h
+++ b/Source/modules/indexeddb/IDBRequest.h
@@ -90,7 +90,6 @@ public:
virtual void onSuccess(int64_t);
virtual void onSuccess();
virtual void onSuccess(PassRefPtr<IDBKey>, PassRefPtr<IDBKey> primaryKey, PassRefPtr<SharedBuffer>);
- virtual void onSuccessWithPrefetch(const Vector<RefPtr<IDBKey> >&, const Vector<RefPtr<IDBKey> >&, const Vector<RefPtr<SharedBuffer> >&) { ASSERT_NOT_REACHED(); } // Not implemented. Callback should not reach the renderer side.
// ActiveDOMObject
virtual bool hasPendingActivity() const OVERRIDE;
« no previous file with comments | « Source/modules/indexeddb/IDBCursorBackendInterface.h ('k') | public/platform/WebIDBCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698