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 17d980e03fff3738fb69beafffecea9aa4388b2b..905c108afe0c7c4c0eea7e13a2972553dd41d333 100644 |
--- a/chrome/browser/ui/webui/sync_promo_ui.cc |
+++ b/chrome/browser/ui/webui/sync_promo_ui.cc |
@@ -46,6 +46,9 @@ bool AllowPromoAtStartupForCurrentBrand() { |
if (brand.empty()) |
return true; |
+ if (google_util::IsInternetCafeBrandCode(brand)) |
+ return false; |
+ |
if (google_util::IsOrganic(brand)) |
return true; |