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

Issue 57103002: Make OAuth2TokenService::Request class multi-login aware. (Closed)

Created:
7 years, 1 month ago by Roger Tawa OOO till Jul 10th
Modified:
7 years, 1 month ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Make OAuth2TokenService::Request class multi-login aware. BUG=277149 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232941

Patch Set 1 #

Patch Set 2 : rebased #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -8 lines) Patch
M chrome/browser/chromeos/settings/device_oauth2_token_service.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/settings/device_oauth2_token_service.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/signin/profile_oauth2_token_service_request.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/signin/profile_oauth2_token_service_request.cc View 3 chunks +11 lines, -0 lines 0 comments Download
M google_apis/gaia/oauth2_token_service.h View 4 chunks +9 lines, -2 lines 1 comment Download
M google_apis/gaia/oauth2_token_service.cc View 3 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Roger Tawa OOO till Jul 10th
Hi Filip, Drew, please take a look. Thanks.
7 years, 1 month ago (2013-11-03 14:52:33 UTC) #1
Roger Tawa OOO till Jul 10th
Hi Xiyuan, Can you look at the device_oauth2_token_service changes? Thanks.
7 years, 1 month ago (2013-11-03 17:15:00 UTC) #2
xiyuan
DO2TS LGTM
7 years, 1 month ago (2013-11-03 18:55:16 UTC) #3
fgorski
lgtm
7 years, 1 month ago (2013-11-04 22:08:36 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/57103002/130001
7 years, 1 month ago (2013-11-04 23:51:25 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/57103002/130001
7 years, 1 month ago (2013-11-05 03:21:39 UTC) #6
commit-bot: I haz the power
Change committed as 232941
7 years, 1 month ago (2013-11-05 07:12:55 UTC) #7
Andrew T Wilson (Slow)
https://codereview.chromium.org/57103002/diff/130001/google_apis/gaia/oauth2_token_service.h File google_apis/gaia/oauth2_token_service.h (right): https://codereview.chromium.org/57103002/diff/130001/google_apis/gaia/oauth2_token_service.h#newcode59 google_apis/gaia/oauth2_token_service.h:59: virtual std::string GetAccountId() const = 0; Why is this ...
7 years, 1 month ago (2013-11-05 09:28:47 UTC) #8
Roger Tawa OOO till Jul 10th
7 years, 1 month ago (2013-11-05 13:32:18 UTC) #9
Hi Drew,

As always, I'm trying to keep CLs small to make them easier to review. To
see where this is used, take a look at the account reconcilor in
https://codereview.chromium.org/57363003/
 On Nov 5, 2013 4:28 AM, <atwilson@chromium.org> wrote:

>
> https://codereview.chromium.org/57103002/diff/130001/
> google_apis/gaia/oauth2_token_service.h
> File google_apis/gaia/oauth2_token_service.h (right):
>
> https://codereview.chromium.org/57103002/diff/130001/
> google_apis/gaia/oauth2_token_service.h#newcode59
> google_apis/gaia/oauth2_token_service.h:59: virtual std::string
> GetAccountId() const = 0;
> Why is this necessary? Nobody calls this, and it seems like a pollution
> of the public API for Request (Request is just supposed to be an opaque
> class that has nothing but a destructor).
>
> https://codereview.chromium.org/57103002/
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698