Index: chrome/browser/notifications/desktop_notification_service.cc |
diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc |
index 90c0cbb854d399d2afd3d8f503e5cf27b82774ef..76cb3452bbaf0c5db659531e7b16b614d75c03ad 100644 |
--- a/chrome/browser/notifications/desktop_notification_service.cc |
+++ b/chrome/browser/notifications/desktop_notification_service.cc |
@@ -411,7 +411,7 @@ void DesktopNotificationService::OnPrefsChanged(const std::string& pref_name) { |
void DesktopNotificationService::PersistPermissionChange( |
const GURL& origin, bool is_allowed) { |
- // Don't persist changes when off the record. |
+ // Don't persist changes when incognito. |
if (profile_->IsOffTheRecord()) |
return; |