diff options
Diffstat (limited to 'chrome/browser/background_contents_service.h')
-rw-r--r-- | chrome/browser/background_contents_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/background_contents_service.h b/chrome/browser/background_contents_service.h index fc5d00a..ee29f07 100644 --- a/chrome/browser/background_contents_service.h +++ b/chrome/browser/background_contents_service.h @@ -129,7 +129,7 @@ class BackgroundContentsService : private NotificationObserver, bool IsTracked(BackgroundContents* contents) const; // PrefService used to store list of background pages (or NULL if this is - // running under an off-the-record profile). + // running under an incognito profile). PrefService* prefs_; NotificationRegistrar registrar_; |