summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cookie_modal_dialog.h
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 07:11:23 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 07:11:23 +0000
commitb9a4ea7fbdc54868b60d50bc5fade451718dec23 (patch)
tree952098c43264b79a6b196af301d2ca51232a3e33 /chrome/browser/cookie_modal_dialog.h
parent4930760d08e0d3afef5e99684fc7450b15d0cf78 (diff)
downloadchromium_src-b9a4ea7fbdc54868b60d50bc5fade451718dec23.zip
chromium_src-b9a4ea7fbdc54868b60d50bc5fade451718dec23.tar.gz
chromium_src-b9a4ea7fbdc54868b60d50bc5fade451718dec23.tar.bz2
Allow content setting changes in incognito mode.
This removes the logic to disable the "remeber" functions in the UI elements (basically reverting r44084, but leaves the incognito host content setting map in place. Changes to this map are allowed but do not get stored in preferences. BUG=44480 TEST=none Review URL: http://codereview.chromium.org/2811025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cookie_modal_dialog.h')
-rw-r--r--chrome/browser/cookie_modal_dialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/cookie_modal_dialog.h b/chrome/browser/cookie_modal_dialog.h
index b8891ea4..c91a420 100644
--- a/chrome/browser/cookie_modal_dialog.h
+++ b/chrome/browser/cookie_modal_dialog.h
@@ -72,9 +72,6 @@ class CookiePromptModalDialog : public AppModalDialog {
virtual void CancelWindow();
virtual bool IsValid();
- // Whether the user may choose to have the browser remember the decision.
- bool DecisionPersistable();
-
#if defined(OS_MACOSX)
virtual void CloseModalDialog();
#endif