| Index: chrome/browser/chromeos/power/peripheral_battery_observer.cc
|
| diff --git a/chrome/browser/chromeos/power/peripheral_battery_observer.cc b/chrome/browser/chromeos/power/peripheral_battery_observer.cc
|
| index dc0de7823492d28912256e7f80a143d5dfd958ea..69349080c34e4701c4f54e4303b125185d29af16 100644
|
| --- a/chrome/browser/chromeos/power/peripheral_battery_observer.cc
|
| +++ b/chrome/browser/chromeos/power/peripheral_battery_observer.cc
|
| @@ -226,8 +226,9 @@ bool PeripheralBatteryObserver::PostNotification(const std::string& address,
|
| UTF8ToUTF16(address),
|
| new PeripheralBatteryNotificationDelegate(address));
|
|
|
| - notification_manager->Add(notification,
|
| - ProfileManager::GetDefaultProfileOrOffTheRecord());
|
| + notification_manager->Add(
|
| + notification,
|
| + ProfileManager::GetPrimaryUserProfileOrOffTheRecord());
|
|
|
| return true;
|
| }
|
|
|