Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: chrome/browser/message_box_handler.h

Issue 597061: Make the setItem CONTENT_SETTING_ASK dialog more useful by showing the actual... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698