Index: chrome/browser/ui/webui/sync_promo_ui.cc |
diff --git a/chrome/browser/ui/webui/sync_promo_ui.cc b/chrome/browser/ui/webui/sync_promo_ui.cc |
index fe58dea9c2cb49afe478a045998c02916086e683..b0c5a95add78454bfdee5bcc548b94ccf21eecf9 100644 |
--- a/chrome/browser/ui/webui/sync_promo_ui.cc |
+++ b/chrome/browser/ui/webui/sync_promo_ui.cc |
@@ -188,8 +188,7 @@ bool SyncPromoUI::ShouldShowSyncPromoAtStartup(Profile* profile, |
if (!AllowPromoAtStartupForCurrentBrand()) |
return false; |
- // Default to show the promo. |
- return true; |
+ return false; |
} |
void SyncPromoUI::DidShowSyncPromoAtStartup(Profile* profile) { |