From 91c7fcaec1bec76a05d938e4e436d1efaa7eee8c Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Tue, 23 Feb 2010 20:55:15 +0000 Subject: Revert 39756 - 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 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/652150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39766 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cookie_modal_dialog.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/browser/cookie_modal_dialog.h') diff --git a/chrome/browser/cookie_modal_dialog.h b/chrome/browser/cookie_modal_dialog.h index 11b35a1..04fedae 100644 --- a/chrome/browser/cookie_modal_dialog.h +++ b/chrome/browser/cookie_modal_dialog.h @@ -50,9 +50,6 @@ 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(); -- cgit v1.1