From 5d9163e2136f0b4eef4aac3e650f1b6e655118fd Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Fri, 17 Sep 2010 20:21:04 +0000 Subject: Remove vestigial cookie/web app permissions prompting UI now that the async UI has been approved for M7.This allows me to more easily change the way the appmodal dialog system works. http://crbug.com/55121 TEST=existing tests Review URL: http://codereview.chromium.org/3299020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59838 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/content_setting_combo_model.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/browser/content_setting_combo_model.h') diff --git a/chrome/browser/content_setting_combo_model.h b/chrome/browser/content_setting_combo_model.h index dac487f..6e9a740 100644 --- a/chrome/browser/content_setting_combo_model.h +++ b/chrome/browser/content_setting_combo_model.h @@ -27,8 +27,6 @@ class ContentSettingComboModel : public ComboboxModel { private: const bool show_session_; - const bool disable_cookie_prompt_; - DISALLOW_COPY_AND_ASSIGN(ContentSettingComboModel); }; -- cgit v1.1