summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_setting_bubble_model.h
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-09 15:29:17 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-09 15:29:17 +0000
commitbd14784bcadf8cf55ae92e713a2545245bb02826 (patch)
tree7cf74d7dfa33e0dd46f4c0b0e32d788f53143e29 /chrome/browser/content_setting_bubble_model.h
parent94d2c4067766e532bfd7b61a9b7f0a0616325642 (diff)
downloadchromium_src-bd14784bcadf8cf55ae92e713a2545245bb02826.zip
chromium_src-bd14784bcadf8cf55ae92e713a2545245bb02826.tar.gz
chromium_src-bd14784bcadf8cf55ae92e713a2545245bb02826.tar.bz2
Disable remember option in cookie prompt and content blocked notification bubbles when running OTR.
BUG=37525 TEST=Manual, check cookie prompt and bubbles in OTR session Review URL: http://codereview.chromium.org/1629011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/content_setting_bubble_model.h')
-rw-r--r--chrome/browser/content_setting_bubble_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/content_setting_bubble_model.h b/chrome/browser/content_setting_bubble_model.h
index 18cf6ac..e760340 100644
--- a/chrome/browser/content_setting_bubble_model.h
+++ b/chrome/browser/content_setting_bubble_model.h
@@ -45,6 +45,7 @@ class ContentSettingBubbleModel : public NotificationObserver {
std::string title;
RadioItems radio_items;
int default_item;
+ bool is_mutable;
};
struct DomainList {