| Index: chrome/browser/message_box_handler.h
|
| ===================================================================
|
| --- chrome/browser/message_box_handler.h (revision 38896)
|
| +++ chrome/browser/message_box_handler.h (working copy)
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/string16.h"
|
| #include "chrome/browser/browsing_data_local_storage_helper.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "ipc/ipc_message.h"
|
| @@ -54,7 +55,9 @@
|
| // that will handle the reply from the dialog.
|
| void RunLocalStoragePrompt(
|
| TabContents* tab_contents,
|
| - const BrowsingDataLocalStorageHelper::LocalStorageInfo& local_storage_info,
|
| + const std::string& host,
|
| + const string16& key,
|
| + const string16& value,
|
| CookiePromptModalDialogDelegate* delegate);
|
| #endif
|
|
|
|
|