| 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 dcf14eb9531bc5ae777b0eee04038d7d4b967a57..c5d8d77e546e6eb7f1cf1b5e2812192f338e141e 100644
|
| --- a/content/common/indexed_db/proxy_webidbdatabase_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbdatabase_impl.h
|
| @@ -24,13 +24,6 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
|
|
|
| // WebKit::WebIDBDatabase
|
| virtual WebKit::WebIDBMetadata metadata() const;
|
| - virtual WebKit::WebIDBObjectStore* createObjectStore(
|
| - long long objectstore_id,
|
| - const WebKit::WebString& name,
|
| - const WebKit::WebIDBKeyPath& key_path,
|
| - bool auto_increment,
|
| - const WebKit::WebIDBTransaction& transaction,
|
| - WebKit::WebExceptionCode& ec);
|
| virtual void createObjectStore(
|
| long long transaction_id,
|
| long long objectstore_id,
|
| @@ -38,10 +31,6 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
|
| const WebKit::WebIDBKeyPath& key_path,
|
| bool auto_increment);
|
| virtual void deleteObjectStore(
|
| - long long object_store_id,
|
| - const WebKit::WebIDBTransaction& transaction,
|
| - WebKit::WebExceptionCode& ec);
|
| - virtual void deleteObjectStore(
|
| long long transaction_id,
|
| long long object_store_id);
|
| virtual WebKit::WebIDBTransaction* createTransaction(
|
|
|