| 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 6ac8869e8447b5acb705e45fd1aa9b919e218f44..455d2eaa62f618347c0aca474835f34e70ad4916 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 (!disable_ui_for_testing && profile_->IsNewProfile() &&
|
| !profile_->GetPrefs()->HasPrefPath(prefs::kArcEnabled)) {
|
| - arc::ArcAuthNotification::Show();
|
| + ArcAuthNotification::Show(profile_);
|
| }
|
| }
|
|
|
|
|