| Index: chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| diff --git a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| index 1735d7e314eb82515bef3ee99bf76f6a6ae83e7f..c0034eb58c922f718886d5d63fb3e04f57d77e71 100644
|
| --- a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| +++ b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| @@ -275,8 +275,7 @@ void IndexedDBDispatcherHost::OnIDBFactoryOpen(
|
| CallRenderViewHostContentSettingsDelegate(
|
| process_id_, params.routing_id_,
|
| &RenderViewHostDelegate::ContentSettings::OnIndexedDBAccessed,
|
| - host, params.name_, params.description_,
|
| - content_setting == CONTENT_SETTING_BLOCK);
|
| + host, params.description_, content_setting == CONTENT_SETTING_BLOCK);
|
|
|
| if (content_setting == CONTENT_SETTING_BLOCK) {
|
| // TODO(jorlow): Change this to the proper error code once we figure out
|
|
|