| Index: 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 751e9d01a97936ae376b8af3dd29e93b6a72e672..255f02ae52d058ba101c6fbc8de24e7edfd5fa5b 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);
|
| };
|
|
|