summaryrefslogtreecommitdiffstats
path: root/chrome/browser/message_box_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/message_box_handler.h')
-rw-r--r--chrome/browser/message_box_handler.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/browser/message_box_handler.h b/chrome/browser/message_box_handler.h
index cf08804..be821f7 100644
--- a/chrome/browser/message_box_handler.h
+++ b/chrome/browser/message_box_handler.h
@@ -71,5 +71,14 @@ void RunDatabasePrompt(
const string16& database_name,
CookiePromptModalDialogDelegate* delegate);
+// This will display a modal dialog box with the |manifest_url| and ask the
+// user to accept or reject it. The caller should pass |delegate| that will
+// handle the reply from the dialog.
+void RunAppCachePrompt(
+ TabContents* tab_contents,
+ HostContentSettingsMap* host_content_settings_map,
+ const GURL& manifest_url,
+ CookiePromptModalDialogDelegate* delegate);
+
#endif // CHROME_BROWSER_MESSAGE_BOX_HANDLER_H_