| Index: chrome/browser/ui/sync/sync_promo_ui.cc
|
| diff --git a/chrome/browser/ui/sync/sync_promo_ui.cc b/chrome/browser/ui/sync/sync_promo_ui.cc
|
| index 8698f14e5c33fe7eb6f89af68d40d70001c5b06a..078377da0ce42665bb1fa10e71e2b5e355a2fcf2 100644
|
| --- a/chrome/browser/ui/sync/sync_promo_ui.cc
|
| +++ b/chrome/browser/ui/sync/sync_promo_ui.cc
|
| @@ -97,10 +97,6 @@ bool SyncPromoUI::ShouldShowSyncPromo(Profile* profile) {
|
| if (net::NetworkChangeNotifier::IsOffline())
|
| return false;
|
|
|
| - // Don't show if the profile is an incognito.
|
| - if (profile->IsOffTheRecord())
|
| - return false;
|
| -
|
| // Don't show for managed profiles.
|
| if (profile->GetPrefs()->GetBoolean(prefs::kProfileIsManaged))
|
| return false;
|
|
|