| Index: chrome/browser/notifications/message_center_settings_controller.cc
|
| diff --git a/chrome/browser/notifications/message_center_settings_controller.cc b/chrome/browser/notifications/message_center_settings_controller.cc
|
| index b59967c65cafd9e0ff161f2b653c6be02c8f473c..7e8529c399244d0aa3f41edbb882443e656cc683 100644
|
| --- a/chrome/browser/notifications/message_center_settings_controller.cc
|
| +++ b/chrome/browser/notifications/message_center_settings_controller.cc
|
| @@ -398,7 +398,7 @@ void MessageCenterSettingsController::RebuildNotifierGroups() {
|
| // In ChromeOS, the login screen first creates a dummy profile which is not
|
| // actually used, and then the real profile for the user is created when
|
| // login (or turns into kiosk mode). This profile should be skipped.
|
| - if (chromeos::ProfileHelper::IsSigninProfile(group->profile()))
|
| + if (group->profile()->IsLoginProfile())
|
| continue;
|
| #endif
|
| notifier_groups_.push_back(group.release());
|
|
|