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

Unified Diff: chrome/browser/blocked_popup_container.h

Issue 434109: Don't save popup blocker whitelist modifications performed while off the reco... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « no previous file | chrome/browser/blocked_popup_container.cc » ('j') | chrome/browser/blocked_popup_container.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/blocked_popup_container.h
===================================================================
--- chrome/browser/blocked_popup_container.h (revision 33106)
+++ chrome/browser/blocked_popup_container.h (working copy)
@@ -278,7 +278,8 @@
// 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.
« no previous file with comments | « no previous file | chrome/browser/blocked_popup_container.cc » ('j') | chrome/browser/blocked_popup_container.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698