diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 19:35:09 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 19:35:09 +0000 |
commit | bcace2312fa983e395424605f1929859279ed9d3 (patch) | |
tree | 1a3534c77628688729c5efe740c3f889530d6cee /chrome/browser/cookie_modal_dialog.h | |
parent | 4334bcb2fafca26d8d7c7ffeed436f44a94568e5 (diff) | |
download | chromium_src-bcace2312fa983e395424605f1929859279ed9d3.zip chromium_src-bcace2312fa983e395424605f1929859279ed9d3.tar.gz chromium_src-bcace2312fa983e395424605f1929859279ed9d3.tar.bz2 |
Mac: Cookie confirmation dialog.
This is not the final UI (the "more info" disclosure triangle is missing), but it's pretty close and, more importantly, functional.
BUG=34894
TEST=Go to Preferences->under the hood->content settings->cookies and select "ask me every time". Then browser around and note that a message box pops up all the time. All the buttons on the message box should do what they claim.
Review URL: http://codereview.chromium.org/650206
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cookie_modal_dialog.h')
-rw-r--r-- | chrome/browser/cookie_modal_dialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/cookie_modal_dialog.h b/chrome/browser/cookie_modal_dialog.h index 04fedae..11b35a1 100644 --- a/chrome/browser/cookie_modal_dialog.h +++ b/chrome/browser/cookie_modal_dialog.h @@ -50,6 +50,9 @@ class CookiePromptModalDialog : public AppModalDialog { static void RegisterPrefs(PrefService* prefs); // AppModalDialog overrides. +#if defined(OS_LINUX) || defined(OS_MACOSX) + virtual void CreateAndShowDialog(); +#endif virtual int GetDialogButtons(); virtual void AcceptWindow(); virtual void CancelWindow(); |