| Index: content/common/indexed_db/indexed_db_dispatcher.h
|
| diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h
|
| index a559dc5bcd4caa14733079a008e7fc026bcc012b..9c589fc4f37e6c0ea042abd3e8f949afca9939f1 100644
|
| --- a/content/common/indexed_db/indexed_db_dispatcher.h
|
| +++ b/content/common/indexed_db/indexed_db_dispatcher.h
|
| @@ -82,12 +82,6 @@ class CONTENT_EXPORT IndexedDBDispatcher
|
| const string16& origin,
|
| WebKit::WebFrame* web_frame);
|
|
|
| - void RequestIDBCursorUpdate(
|
| - const content::SerializedScriptValue& value,
|
| - WebKit::WebIDBCallbacks* callbacks_ptr,
|
| - int32 idb_cursor_id,
|
| - WebKit::WebExceptionCode* ec);
|
| -
|
| void RequestIDBCursorAdvance(
|
| unsigned long count,
|
| WebKit::WebIDBCallbacks* callbacks_ptr,
|
|
|