Making profile avatars and names sync.
BUG=87658
TEST=Have two machines with chrome, both with multiple profiles and each with one profile signed in to the same account. Change avatar/name on one, and it will change on the other.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112856
A change made to the unit tests will cause all unit tests to fail. I am waiting
for another issue to be resolved for those tests to work. See the comment in
profile_manager_unittest.cc for more details.
http://codereview.chromium.org/8771024/diff/3006/chrome/browser/profiles/prof...
File chrome/browser/profiles/profile_manager_unittest.cc (right):
http://codereview.chromium.org/8771024/diff/3006/chrome/browser/profiles/prof...
chrome/browser/profiles/profile_manager_unittest.cc:69: new
ProfileManagerWithoutInit(temp_dir_.path()));
This change, and the other related changes, will cause all of these tests to
fail. Once crbug.com/101434 is resolved, this should work.
http://codereview.chromium.org/8771024/diff/5015/chrome/browser/profiles/profile_info_cache.cc File chrome/browser/profiles/profile_info_cache.cc (right): http://codereview.chromium.org/8771024/diff/5015/chrome/browser/profiles/profile_info_cache.cc#newcode633 chrome/browser/profiles/profile_info_cache.cc:633: return index<kDefaultAvatarIconsCount; space before and after "<" http://codereview.chromium.org/8771024/diff/5015/chrome/browser/profiles/profile_manager.cc File ...
Issue 8771024: Making profile avatars and names sync.
(Closed)
Created 9 years ago by jwd
Modified 9 years ago
Reviewers: sail, csilv
Base URL: http://src.chromium.org/svn/trunk/src/
Comments: 15