| Index: content/browser/in_process_webkit/indexed_db_callbacks.h
|
| diff --git a/content/browser/in_process_webkit/indexed_db_callbacks.h b/content/browser/in_process_webkit/indexed_db_callbacks.h
|
| index 4e4c97623216c15e9510c9e85be3745f79a365fa..e80862a259e60f1a54e86ab39ddbc67e22e9e117 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_callbacks.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_callbacks.h
|
| @@ -14,7 +14,6 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBCursor.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBDatabase.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBDatabaseError.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBTransaction.h"
|
|
|
| namespace content {
|
|
|
| @@ -59,16 +58,11 @@ class IndexedDBCallbacksDatabase : public IndexedDBCallbacksBase {
|
| int64 host_transaction_id,
|
| const GURL& origin_url);
|
|
|
| - virtual void onSuccess(WebKit::WebIDBDatabase* idb_object);
|
| virtual void onSuccess(
|
| WebKit::WebIDBDatabase* idb_object,
|
| const WebKit::WebIDBMetadata& metadata);
|
| virtual void onUpgradeNeeded(
|
| long long old_version,
|
| - WebKit::WebIDBTransaction* transaction,
|
| - WebKit::WebIDBDatabase* database);
|
| - virtual void onUpgradeNeeded(
|
| - long long old_version,
|
| WebKit::WebIDBDatabase* database,
|
| const WebKit::WebIDBMetadata&);
|
|
|
|
|