Index: chrome/browser/background_contents_service.cc |
diff --git a/chrome/browser/background_contents_service.cc b/chrome/browser/background_contents_service.cc |
index 725f070888ae7b8a30719c1c667c17f0d42bf99d..4e9a77edf7f1f4f69b77d3bcb0bee143035a22b9 100644 |
--- a/chrome/browser/background_contents_service.cc |
+++ b/chrome/browser/background_contents_service.cc |
@@ -42,7 +42,7 @@ BackgroundContentsService::BackgroundContentsService( |
Profile* profile, const CommandLine* command_line) |
: prefs_(NULL) { |
// Don't load/store preferences if the proper switch is not enabled, or if |
- // the parent profile is off the record. |
+ // the parent profile is incognito. |
if (!profile->IsOffTheRecord() && |
!command_line->HasSwitch(switches::kDisableRestoreBackgroundContents)) |
prefs_ = profile->GetPrefs(); |