| Index: chrome/browser/message_box_handler.h
|
| diff --git a/chrome/browser/message_box_handler.h b/chrome/browser/message_box_handler.h
|
| index be821f7bf36d7abb967ab7b9cec9e4ee43067375..7a66902ddc30f839ed9f5aaafc270d2f6ffc4be1 100644
|
| --- a/chrome/browser/message_box_handler.h
|
| +++ b/chrome/browser/message_box_handler.h
|
| @@ -69,6 +69,8 @@ void RunDatabasePrompt(
|
| HostContentSettingsMap* host_content_settings_map,
|
| const GURL& origin,
|
| const string16& database_name,
|
| + const string16& display_name,
|
| + unsigned long estimated_size,
|
| CookiePromptModalDialogDelegate* delegate);
|
|
|
| // This will display a modal dialog box with the |manifest_url| and ask the
|
|
|