Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1551)

Unified Diff: chrome/browser/chromeos/arc/arc_auth_service.cc

Issue 2160723004: ARC Opt in notification not shown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_);
}
}

Powered by Google App Engine
This is Rietveld 408576698