| Index: content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| diff --git a/content/common/indexed_db/proxy_webidbobjectstore_impl.h b/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| index d8f2a77f5ca0e17ce3becc568980583889764800..c9e6659e3ab077895c3b0b70552b71400d08f836 100644
|
| --- a/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbobjectstore_impl.h
|
| @@ -24,11 +24,6 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore {
|
| virtual ~RendererWebIDBObjectStoreImpl();
|
|
|
| // WebKit::WebIDBObjectStore
|
| - virtual WebKit::WebString name() const;
|
| - virtual WebKit::WebIDBKeyPath keyPath() const;
|
| - virtual WebKit::WebDOMStringList indexNames() const;
|
| - virtual bool autoIncrement() const;
|
| -
|
| virtual void get(const WebKit::WebIDBKeyRange& key_range,
|
| WebKit::WebIDBCallbacks* callbacks,
|
| const WebKit::WebIDBTransaction& transaction,
|
|
|