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

Issue 10829088: Fix Precise build. (Closed)

Created:
8 years, 4 months ago by dcheng
Modified:
8 years, 4 months ago
Reviewers:
rlarocque
CC:
chromium-reviews, Raghu Simha, ncarter (slow), akalin, tim (not reviewing)
Visibility:
Public.

Description

Fix Precise build. Precise's gcc warns about variables that are set but never used. BUG=none TEST=compiles on Precise. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149073

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -2 lines) Patch
M chrome/browser/sync/test_profile_sync_service.cc View 2 chunks +0 lines, -2 lines 2 comments Download

Messages

Total messages: 11 (0 generated)
dcheng
8 years, 4 months ago (2012-07-30 20:41:30 UTC) #1
dcheng
8 years, 4 months ago (2012-07-30 20:42:34 UTC) #2
rlarocque
On 2012/07/30 20:42:34, dcheng wrote: LGTM. If you want, you could investigate removing the if ...
8 years, 4 months ago (2012-07-30 20:55:23 UTC) #3
rlarocque
http://codereview.chromium.org/10829088/diff/1/chrome/browser/sync/test_profile_sync_service.cc File chrome/browser/sync/test_profile_sync_service.cc (left): http://codereview.chromium.org/10829088/diff/1/chrome/browser/sync/test_profile_sync_service.cc#oldcode121 chrome/browser/sync/test_profile_sync_service.cc:121: if (!directory->initial_sync_ended_for_type(syncer::NIGORI)) { It's possible this entire if block ...
8 years, 4 months ago (2012-07-30 20:55:33 UTC) #4
dcheng
http://codereview.chromium.org/10829088/diff/1/chrome/browser/sync/test_profile_sync_service.cc File chrome/browser/sync/test_profile_sync_service.cc (left): http://codereview.chromium.org/10829088/diff/1/chrome/browser/sync/test_profile_sync_service.cc#oldcode121 chrome/browser/sync/test_profile_sync_service.cc:121: if (!directory->initial_sync_ended_for_type(syncer::NIGORI)) { On 2012/07/30 20:55:33, rlarocque wrote: > ...
8 years, 4 months ago (2012-07-30 20:58:19 UTC) #5
rlarocque
On 2012/07/30 20:58:19, dcheng wrote: > http://codereview.chromium.org/10829088/diff/1/chrome/browser/sync/test_profile_sync_service.cc > File chrome/browser/sync/test_profile_sync_service.cc (left): > > http://codereview.chromium.org/10829088/diff/1/chrome/browser/sync/test_profile_sync_service.cc#oldcode121 > ...
8 years, 4 months ago (2012-07-30 21:13:28 UTC) #6
rlarocque
On 2012/07/30 21:13:28, rlarocque wrote: > On 2012/07/30 20:58:19, dcheng wrote: > > > http://codereview.chromium.org/10829088/diff/1/chrome/browser/sync/test_profile_sync_service.cc ...
8 years, 4 months ago (2012-07-30 21:13:52 UTC) #7
dcheng
I tried removing the if block and this is what happened: [16996:17011:0730/145158:1632633380410:FATAL:sync_manager_impl.cc(606)] Check failed: false. ...
8 years, 4 months ago (2012-07-30 21:53:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/10829088/1
8 years, 4 months ago (2012-07-30 21:53:43 UTC) #9
rlarocque
On 2012/07/30 21:53:30, dcheng wrote: > I tried removing the if block and this is ...
8 years, 4 months ago (2012-07-30 22:22:28 UTC) #10
commit-bot: I haz the power
8 years, 4 months ago (2012-07-30 23:31:12 UTC) #11
Change committed as 149073

Powered by Google App Engine
This is Rietveld 408576698