diff options
Diffstat (limited to 'chrome/browser/content_setting_combo_model.h')
-rw-r--r-- | chrome/browser/content_setting_combo_model.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/content_setting_combo_model.h b/chrome/browser/content_setting_combo_model.h index 751e9d0..255f02a 100644 --- a/chrome/browser/content_setting_combo_model.h +++ b/chrome/browser/content_setting_combo_model.h @@ -12,7 +12,7 @@ class ContentSettingComboModel : public ComboboxModel { public: - explicit ContentSettingComboModel(bool show_ask); + explicit ContentSettingComboModel(bool show_session); virtual ~ContentSettingComboModel(); virtual int GetItemCount(); @@ -24,7 +24,7 @@ class ContentSettingComboModel : public ComboboxModel { int IndexForSetting(ContentSetting); private: - const bool show_ask_; + const bool show_session_; DISALLOW_COPY_AND_ASSIGN(ContentSettingComboModel); }; |