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

Issue 8587023: Add GAIA info to profile info cache (Closed)

Created:
9 years, 1 month ago by sail
Modified:
9 years, 1 month ago
CC:
chromium-reviews, rginda+watch_chromium.org, achuith+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 31

Patch Set 2 : addressed review comments #

Patch Set 3 : rebase #

Patch Set 4 : unit test issues #

Patch Set 5 : unit test #

Total comments: 4

Patch Set 6 : nits #

Patch Set 7 : fix merge issues #

Patch Set 8 : fix #

Patch Set 9 : fix chromeos build break #

Patch Set 10 : fix leak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+569 lines, -29 lines) Patch
M chrome/browser/profiles/profile_info_cache.h View 1 2 3 4 5 6 5 chunks +35 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_info_cache.cc View 1 2 3 4 5 6 7 8 9 12 chunks +249 lines, -26 lines 0 comments Download
M chrome/browser/profiles/profile_info_cache_unittest.cc View 1 2 3 4 5 6 7 8 9 6 chunks +262 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_info_interface.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/common/chrome_notification_types.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile_manager.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile_manager.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
sail
9 years, 1 month ago (2011-11-17 04:27:44 UTC) #1
Paweł Hajdan Jr.
Drive-by with a testing comment. http://codereview.chromium.org/8587023/diff/1/chrome/browser/profiles/profile_info_cache_unittest.cc File chrome/browser/profiles/profile_info_cache_unittest.cc (right): http://codereview.chromium.org/8587023/diff/1/chrome/browser/profiles/profile_info_cache_unittest.cc#newcode59 chrome/browser/profiles/profile_info_cache_unittest.cc:59: class WaitUntilNotification : public ...
9 years, 1 month ago (2011-11-17 09:56:19 UTC) #2
Miranda Callahan
Thanks, Sailesh; review comments below. PS -- I rewrote a lot of the shortcut code ...
9 years, 1 month ago (2011-11-17 15:21:10 UTC) #3
Robert Sesek
http://codereview.chromium.org/8587023/diff/1/chrome/browser/profiles/profile_info_cache.cc File chrome/browser/profiles/profile_info_cache.cc (right): http://codereview.chromium.org/8587023/diff/1/chrome/browser/profiles/profile_info_cache.cc#newcode297 chrome/browser/profiles/profile_info_cache.cc:297: &ProfileInfoCache::OnGAIAPictureLoaded, base::Unretained(this), path); On 2011/11/17 15:21:10, Miranda Callahan wrote: ...
9 years, 1 month ago (2011-11-17 20:42:04 UTC) #4
sail
addressed review comments, please take another look. http://codereview.chromium.org/8587023/diff/1/chrome/browser/profiles/profile_info_cache.cc File chrome/browser/profiles/profile_info_cache.cc (right): http://codereview.chromium.org/8587023/diff/1/chrome/browser/profiles/profile_info_cache.cc#newcode104 chrome/browser/profiles/profile_info_cache.cc:104: On 2011/11/17 ...
9 years, 1 month ago (2011-11-21 23:52:47 UTC) #5
Miranda Callahan
On 2011/11/21 23:52:47, sail wrote: > addressed review comments, please take another look. > > ...
9 years, 1 month ago (2011-11-21 23:59:51 UTC) #6
Paweł Hajdan Jr.
Code I commented in the drive-by LGTM, thanks.
9 years, 1 month ago (2011-11-22 09:20:02 UTC) #7
Robert Sesek
lgtm
9 years, 1 month ago (2011-11-22 13:54:21 UTC) #8
sail
Simplified the code by using PostTaskAndReply() instead of PostTask().
9 years, 1 month ago (2011-11-22 19:41:35 UTC) #9
Robert Sesek
lgtm with nits http://codereview.chromium.org/8587023/diff/19001/chrome/browser/profiles/profile_info_cache.cc File chrome/browser/profiles/profile_info_cache.cc (right): http://codereview.chromium.org/8587023/diff/19001/chrome/browser/profiles/profile_info_cache.cc#newcode108 chrome/browser/profiles/profile_info_cache.cc:108: bool *success) { ^T[ *] http://codereview.chromium.org/8587023/diff/19001/chrome/browser/profiles/profile_info_cache.cc#newcode435 ...
9 years, 1 month ago (2011-11-22 21:26:37 UTC) #10
sail
http://codereview.chromium.org/8587023/diff/19001/chrome/browser/profiles/profile_info_cache.cc File chrome/browser/profiles/profile_info_cache.cc (right): http://codereview.chromium.org/8587023/diff/19001/chrome/browser/profiles/profile_info_cache.cc#newcode108 chrome/browser/profiles/profile_info_cache.cc:108: bool *success) { On 2011/11/22 21:26:37, rsesek wrote: > ...
9 years, 1 month ago (2011-11-22 21:43:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/8587023/26002
9 years, 1 month ago (2011-11-22 22:04:38 UTC) #12
commit-bot: I haz the power
Can't process patch for file chrome/test/base/testing_profile_manager.h. File's status is None, patchset upload is incomplete.
9 years, 1 month ago (2011-11-22 22:04:39 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/8587023/29009
9 years, 1 month ago (2011-11-22 22:11:02 UTC) #14
commit-bot: I haz the power
9 years, 1 month ago (2011-11-22 23:42:00 UTC) #15
Change committed as 111254

Powered by Google App Engine
This is Rietveld 408576698