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

Unified Diff: public/platform/WebIDBCursor.h

Issue 348203002: [IndexedDB] Removed FIXMEs as consistent enums being used on both sides of IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « no previous file | public/platform/WebIDBDatabase.h » ('j') | 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 cc35c70fda7322d04a0780be520bb28b4cd7e97f..747ed8d08c7ca8390e65a5abf2ffa5f384dc2231 100644
--- a/public/platform/WebIDBCursor.h
+++ b/public/platform/WebIDBCursor.h
@@ -39,14 +39,6 @@ class WebIDBCursor {
public:
virtual ~WebIDBCursor() { }
- // FIXME: Remove once Chromium is updated to use the new enums.
- typedef WebIDBCursorDirection Direction;
- static const WebIDBCursorDirection Next = WebIDBCursorDirectionNext;
- static const WebIDBCursorDirection NextNoDuplicate =WebIDBCursorDirectionNextNoDuplicate;
- static const WebIDBCursorDirection Prev = WebIDBCursorDirectionPrev;
- static const WebIDBCursorDirection PrevNoDuplicate =WebIDBCursorDirectionPrevNoDuplicate;
- static const WebIDBCursorDirection DirectionLast =WebIDBCursorDirectionLast;
-
virtual void advance(unsigned long, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); }
virtual void continueFunction(const WebIDBKey&, const WebIDBKey& primaryKey, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); }
virtual void postSuccessHandlerCallback() { } // Only used in frontend.
« no previous file with comments | « no previous file | public/platform/WebIDBDatabase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698