| Index: content/common/indexed_db/proxy_webidbdatabase_impl.h
|
| diff --git a/content/common/indexed_db/proxy_webidbdatabase_impl.h b/content/common/indexed_db/proxy_webidbdatabase_impl.h
|
| index 44d765005f80c2526ef30fac57493be975f37574..4ec985a3885278d352ddc4f3bf6d19507505a88b 100644
|
| --- a/content/common/indexed_db/proxy_webidbdatabase_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbdatabase_impl.h
|
| @@ -23,9 +23,6 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
|
|
|
| // WebKit::WebIDBDatabase
|
| virtual WebKit::WebIDBMetadata metadata() const;
|
| - virtual WebKit::WebString name() const;
|
| - virtual WebKit::WebString version() const;
|
| - virtual WebKit::WebDOMStringList objectStoreNames() const;
|
| virtual WebKit::WebIDBObjectStore* createObjectStore(
|
| const WebKit::WebString& name,
|
| const WebKit::WebIDBKeyPath& key_path,
|
|
|