| Index: chrome/browser/chromeos/arc/arc_auth_service.cc
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.cc b/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| index b9e6986c54d8648191e565c52f478c4d283041e0..93b0ae014053995251ca8a460c7c7b176b0544ed 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| @@ -396,7 +396,7 @@ void ArcAuthService::OnIsSyncingChanged() {
|
|
|
| if (!g_disable_ui_for_testing && profile_->IsNewProfile() &&
|
| !profile_->GetPrefs()->HasPrefPath(prefs::kArcEnabled)) {
|
| - ArcAuthNotification::Show();
|
| + ArcAuthNotification::Show(profile_);
|
| }
|
| }
|
|
|
|
|