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

Issue 2757873002: Change SigninClient::CreateGaiaAuthFetcher return type to unique_ptr (Closed)

Created:
3 years, 9 months ago by bsazonov
Modified:
3 years, 9 months ago
Reviewers:
msarda
CC:
chromium-reviews, ios-reviews+chrome_chromium.org, ios-reviews_chromium.org, pkl (ping after 24h if needed), noyau+watch_chromium.org, marq+watch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change SigninClient::CreateGaiaAuthFetcher return type to unique_ptr CreateGaiaAuthFetcher interface expects the caller to take ownership of the returned pointer. This CL makes this fact obvious and self-documented by changing return type to unique_ptr<GaiaAuthFetcher>. BUG=702574 Review-Url: https://codereview.chromium.org/2757873002 Cr-Commit-Position: refs/heads/master@{#457793} Committed: https://chromium.googlesource.com/chromium/src/+/553f3552059e1b43cf8ba4d4ef6badfd6db971a6

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -33 lines) Patch
M chrome/browser/signin/chrome_signin_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/chrome_signin_client.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M components/signin/core/browser/child_account_info_fetcher_impl.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M components/signin/core/browser/gaia_cookie_manager_service.cc View 3 chunks +8 lines, -10 lines 0 comments Download
M components/signin/core/browser/signin_client.h View 2 chunks +4 lines, -3 lines 0 comments Download
M components/signin/core/browser/test_signin_client.h View 1 chunk +1 line, -1 line 0 comments Download
M components/signin/core/browser/test_signin_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M google_apis/gaia/ubertoken_fetcher.h View 1 chunk +4 lines, -4 lines 0 comments Download
M google_apis/gaia/ubertoken_fetcher.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M ios/chrome/browser/signin/signin_client_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/signin/signin_client_impl.mm View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (8 generated)
bsazonov
Mihai, please take a look.
3 years, 9 months ago (2017-03-17 13:59:57 UTC) #6
msarda
lgtm
3 years, 9 months ago (2017-03-17 15:55:56 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2757873002/1
3 years, 9 months ago (2017-03-17 16:22:53 UTC) #9
commit-bot: I haz the power
3 years, 9 months ago (2017-03-17 16:34:58 UTC) #12
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/553f3552059e1b43cf8ba4d4ef6b...

Powered by Google App Engine
This is Rietveld 408576698