Commit b4e5d597 authored by sail@chromium.org's avatar sail@chromium.org

Revert 107491 - Disable sync promo

BUG=101251
TEST=
TBR=dbeam@chromium.org

Review URL: http://codereview.chromium.org/8404015

TBR=sail@chromium.org
Review URL: http://codereview.chromium.org/8404020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107503 0039d316-1c4b-4281-b951-d872f2087c98
parent 22004b37
......@@ -188,7 +188,8 @@ bool SyncPromoUI::ShouldShowSyncPromoAtStartup(Profile* profile,
if (!AllowPromoAtStartupForCurrentBrand())
return false;
return false;
// Default to show the promo.
return true;
}
void SyncPromoUI::DidShowSyncPromoAtStartup(Profile* profile) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment