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

Issue 11369194: Merge 165521 - [Sync] Re-reland fix for bug 154940 (Closed)

Created:
8 years, 1 month ago by Nicolas Zea
Modified:
8 years, 1 month ago
Reviewers:
Nicolas Zea
CC:
chromium-reviews, Raghu Simha, haitaol1, akalin, tim (not reviewing)
Visibility:
Public.

Description

Merge 165521 - [Sync] Re-reland fix for bug 154940 Speculatively fixed test by making syncer::UserTypes() stack allocated at a higher scope, instead of within the for loop. I suspect on certain windows builds the for loop allocation was being dealloc'd early, hence invalidating the iterator. Original codereview at http://codereview.chromium.org/11342022/ BUG=158391 TBR=tim@chromium.org Review URL: https://chromiumcodereview.appspot.com/11365041 TBR=zea@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=167222

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -0 lines) Patch
M chrome/browser/sync/profile_sync_service.h View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 3 chunks +38 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 2 chunks +57 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Nicolas Zea
8 years, 1 month ago (2012-11-12 19:26:52 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698