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

Issue 9159047: Disable sync promo for Chromium builds (Closed)

Created:
8 years, 10 months ago by sail
Modified:
8 years, 10 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Disable sync promo for Chromium builds BUG=111985 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=120009

Patch Set 1 #

Patch Set 2 : a #

Total comments: 2

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -12 lines) Patch
M chrome/browser/ui/webui/sync_promo/sync_promo_trial.cc View 1 2 4 chunks +27 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc View 1 2 3 chunks +5 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
sail
8 years, 10 months ago (2012-01-30 22:30:46 UTC) #1
Elliot Glaysher
Thank you for implementing this. The GOOGLE_CHROME_BUILD is the define you're looking for (see common.gypi). ...
8 years, 10 months ago (2012-01-30 23:01:19 UTC) #2
Dan Beam
https://chromiumcodereview.appspot.com/9159047/diff/2001/chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc File chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc (right): https://chromiumcodereview.appspot.com/9159047/diff/2001/chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc#newcode141 chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc:141: #if defined(OS_CHROMEOS) Why not here? #if defined(OS_CHROMEOS) || !defined(GOOGLE_CHROME_BUILD)
8 years, 10 months ago (2012-01-30 23:16:40 UTC) #3
sail
https://chromiumcodereview.appspot.com/9159047/diff/2001/chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc File chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc (right): https://chromiumcodereview.appspot.com/9159047/diff/2001/chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc#newcode141 chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc:141: #if defined(OS_CHROMEOS) On 2012/01/30 23:16:40, Dan Beam wrote: > ...
8 years, 10 months ago (2012-01-30 23:24:21 UTC) #4
Dan Beam
yeah, I see what you mean, I don't feel like building the official build just ...
8 years, 10 months ago (2012-01-30 23:36:28 UTC) #5
sail
jhawkins: ping!
8 years, 10 months ago (2012-01-31 23:02:55 UTC) #6
James Hawkins
lgtm
8 years, 10 months ago (2012-01-31 23:03:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/9159047/5001
8 years, 10 months ago (2012-01-31 23:05:40 UTC) #8
commit-bot: I haz the power
8 years, 10 months ago (2012-02-01 02:06:47 UTC) #9
Change committed as 120009

Powered by Google App Engine
This is Rietveld 408576698