| Index: content/common/indexed_db/indexed_db_dispatcher.h
|
| diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h
|
| index 7e1a450004e0e270a483f9ebe9318380711dd49e..298fa97679a0efc7b67d2a5457d0bfae577d1c8f 100644
|
| --- a/content/common/indexed_db/indexed_db_dispatcher.h
|
| +++ b/content/common/indexed_db/indexed_db_dispatcher.h
|
| @@ -70,10 +70,19 @@ class CONTENT_EXPORT IndexedDBDispatcher
|
| const string16& origin,
|
| WebKit::WebFrame* web_frame);
|
|
|
| + // TODO(jsbell): Remove this overload once WK90411 rolls.
|
| void RequestIDBFactoryOpen(
|
| const string16& name,
|
| int64 version,
|
| WebKit::WebIDBCallbacks* callbacks,
|
| + const string16& origin,
|
| + WebKit::WebFrame* web_frame);
|
| +
|
| + void RequestIDBFactoryOpen(
|
| + const string16& name,
|
| + int64 version,
|
| + WebKit::WebIDBCallbacks* callbacks,
|
| + WebKit::WebIDBDatabaseCallbacks* database_callbacks,
|
| const string16& origin,
|
| WebKit::WebFrame* web_frame);
|
|
|
|
|