diff options
Diffstat (limited to 'chrome/browser/content_setting_combo_model.h')
-rw-r--r-- | chrome/browser/content_setting_combo_model.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); }; |