| Index: chrome/browser/metrics/metrics_service.cc
|
| diff --git a/chrome/browser/metrics/metrics_service.cc b/chrome/browser/metrics/metrics_service.cc
|
| index e1a3c66254a6a0438238f1d8525683f392193a78..9c21971fe8b1b6474c60714379d0c33bb49aa0d5 100644
|
| --- a/chrome/browser/metrics/metrics_service.cc
|
| +++ b/chrome/browser/metrics/metrics_service.cc
|
| @@ -1910,7 +1910,7 @@ void MetricsService::RecordPluginChanges(PrefService* pref) {
|
| bool MetricsService::CanLogNotification(NotificationType type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| - // We simply don't log anything to UMA if there is a single off the record
|
| + // We simply don't log anything to UMA if there is a single incognito
|
| // session visible. The problem is that we always notify using the orginal
|
| // profile in order to simplify notification processing.
|
| return !BrowserList::IsOffTheRecordSessionActive();
|
|
|