Fix sync test crashing when multiprofiles are enabled on Mac.
BUG=93278
TEST=sync_integration_tests all work fine when multiprofiles are enabled by default.
Two problems here: once multiprofiles are enabled, profiles need to be plugged into a couple ...
9 years, 4 months ago
(2011-08-18 14:20:07 UTC)
#1
Two problems here: once multiprofiles are enabled, profiles need to be plugged
into a couple of data structures in the ProfileManager. Once the ProfileManager
takes charge of the Profiles, it will also take charge of deleting them -- we
shouldn't store them in a scoped structure.
Miranda Callahan
On 2011/08/18 14:20:07, Miranda Callahan wrote: > Two problems here: once multiprofiles are enabled, profiles ...
9 years, 4 months ago
(2011-08-18 14:59:21 UTC)
#2
On 2011/08/18 14:20:07, Miranda Callahan wrote:
> Two problems here: once multiprofiles are enabled, profiles need to be plugged
> into a couple of data structures in the ProfileManager. Once the
ProfileManager
> takes charge of the Profiles, it will also take charge of deleting them -- we
> shouldn't store them in a scoped structure.
Should be ready for review now.
Robert Sesek
http://codereview.chromium.org/7621066/diff/3004/chrome/browser/profiles/profile_manager.h File chrome/browser/profiles/profile_manager.h (right): http://codereview.chromium.org/7621066/diff/3004/chrome/browser/profiles/profile_manager.h#newcode170 chrome/browser/profiles/profile_manager.h:170: // Register and add testing profile to the ProfileManager. ...
9 years, 4 months ago
(2011-08-18 15:00:28 UTC)
#3
Issue 7621066: Fix sync test crashing when multiprofiles are enabled on Mac.
Created 9 years, 4 months ago by mirandac
Modified 9 years, 3 months ago
Reviewers: Robert Sesek, Miranda Callahan
Base URL: svn://svn.chromium.org/chrome/trunk/src/
Comments: 4