Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1335)

Unified Diff: chrome/browser/content_setting_combo_model.h

Issue 2963006: Remove the cookie prompt from the settings UI and migrate prefs from ask to block. (Closed)
Patch Set: updates Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/content_exceptions_table_model.cc ('k') | chrome/browser/content_setting_combo_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « chrome/browser/content_exceptions_table_model.cc ('k') | chrome/browser/content_setting_combo_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698