diff options
Diffstat (limited to 'chrome/browser/blocked_popup_container.h')
-rw-r--r-- | chrome/browser/blocked_popup_container.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/blocked_popup_container.h b/chrome/browser/blocked_popup_container.h index 23b4547..2d5ef6a 100644 --- a/chrome/browser/blocked_popup_container.h +++ b/chrome/browser/blocked_popup_container.h @@ -278,7 +278,8 @@ class BlockedPopupContainer : public TabContentsDelegate, // The TabContents that owns and constrains this BlockedPopupContainer. TabContents* owner_; - // The PrefService we can query to find out what's on the whitelist. + // The PrefService we can query to find out what's on the whitelist. If the + // profile is off the record, this will be NULL. PrefService* prefs_; // Once the container is hidden, this is set to prevent it from reappearing. |