| Index: content/common/indexed_db/proxy_webidbindex_impl.h
|
| diff --git a/content/common/indexed_db/proxy_webidbindex_impl.h b/content/common/indexed_db/proxy_webidbindex_impl.h
|
| index 05577f5d666c192a2048ace6ac791a41350c5bfa..e95ea75e0003a0bcd5fc577b53e0f32236d369ec 100644
|
| --- a/content/common/indexed_db/proxy_webidbindex_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbindex_impl.h
|
| @@ -16,11 +16,6 @@ class RendererWebIDBIndexImpl : public WebKit::WebIDBIndex {
|
| virtual ~RendererWebIDBIndexImpl();
|
|
|
| // WebKit::WebIDBIndex
|
| - virtual WebKit::WebString name() const;
|
| - virtual WebKit::WebIDBKeyPath keyPath() const;
|
| - virtual bool unique() const;
|
| - virtual bool multiEntry() const;
|
| -
|
| virtual void openObjectCursor(const WebKit::WebIDBKeyRange& range,
|
| unsigned short direction,
|
| WebKit::WebIDBCallbacks* callbacks,
|
|
|