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

Issue 1257663002: iOS factories for SigninManager and GaiaCookieManagerService (Closed)

Created:
5 years, 5 months ago by droger
Modified:
5 years, 5 months ago
Reviewers:
sdefresne
CC:
browser-components-watch_chromium.org, bzanotti, chromium-reviews, noyau+watch_chromium.org, sdefresne+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@fakeSigninManager
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

iOS factories for SigninManager and GaiaCookieManagerService BUG=332107 Committed: https://crrev.com/ab26ab7aca5323ba83757672cc3913c3c55b8038 Cr-Commit-Position: refs/heads/master@{#340333}

Patch Set 1 #

Patch Set 2 : #

Total comments: 11

Patch Set 3 : Review comments #

Patch Set 4 : Cleanup #

Patch Set 5 : cleanup #

Patch Set 6 : Rebase #

Total comments: 2

Patch Set 7 : Fix copy/paste error #

Patch Set 8 : Fix copyright #

Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -40 lines) Patch
M ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm View 1 2 3 4 5 2 chunks +12 lines, -0 lines 0 comments Download
M ios/chrome/browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M ios/chrome/browser/history/web_history_service_factory.cc View 3 chunks +3 lines, -3 lines 0 comments Download
A ios/chrome/browser/signin/fake_signin_manager_builder.h View 1 2 3 4 1 chunk +25 lines, -0 lines 0 comments Download
A ios/chrome/browser/signin/fake_signin_manager_builder.cc View 1 2 3 4 5 6 1 chunk +34 lines, -0 lines 0 comments Download
A + ios/chrome/browser/signin/gaia_cookie_manager_service_factory.h View 2 chunks +22 lines, -14 lines 0 comments Download
A ios/chrome/browser/signin/gaia_cookie_manager_service_factory.cc View 1 chunk +53 lines, -0 lines 0 comments Download
A ios/chrome/browser/signin/signin_manager_factory.h View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
A ios/chrome/browser/signin/signin_manager_factory.cc View 1 2 1 chunk +106 lines, -0 lines 0 comments Download
A ios/chrome/browser/signin/signin_manager_factory_observer.h View 1 2 3 4 5 6 7 1 chunk +29 lines, -0 lines 0 comments Download
M ios/chrome/ios_chrome.gyp View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M ios/chrome/ios_chrome_tests.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ios/public/provider/chrome/browser/keyed_service_provider.h View 1 2 3 4 5 2 chunks +0 lines, -8 lines 0 comments Download
M ios/public/test/test_keyed_service_provider.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M ios/public/test/test_keyed_service_provider.cc View 1 2 3 4 5 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
droger
Note: this CL depends on https://codereview.chromium.org/1257623002/
5 years, 5 months ago (2015-07-24 11:11:02 UTC) #2
sdefresne
https://codereview.chromium.org/1257663002/diff/20001/ios/chrome/browser/signin/fake_signin_manager_builder.cc File ios/chrome/browser/signin/fake_signin_manager_builder.cc (right): https://codereview.chromium.org/1257663002/diff/20001/ios/chrome/browser/signin/fake_signin_manager_builder.cc#newcode21 ios/chrome/browser/signin/fake_signin_manager_builder.cc:21: SigninManager* manager = new FakeSigninManager( scoped_ptr<SigninManager> manager(new FakeSigninManager( https://codereview.chromium.org/1257663002/diff/20001/ios/chrome/browser/signin/fake_signin_manager_builder.cc#newcode31 ...
5 years, 5 months ago (2015-07-24 12:38:47 UTC) #3
sdefresne
Please also remember to add the factories to ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
5 years, 5 months ago (2015-07-24 13:10:02 UTC) #4
droger
Thanks for the review, all done.
5 years, 5 months ago (2015-07-24 13:29:27 UTC) #6
droger
CC bzanotti FYI
5 years, 5 months ago (2015-07-24 13:33:15 UTC) #7
droger
CC bzanotti FYI
5 years, 5 months ago (2015-07-24 13:33:40 UTC) #8
sdefresne
lgtm, thank you for adding the missing factories https://codereview.chromium.org/1257663002/diff/120001/ios/chrome/browser/signin/fake_signin_manager_builder.cc File ios/chrome/browser/signin/fake_signin_manager_builder.cc (right): https://codereview.chromium.org/1257663002/diff/120001/ios/chrome/browser/signin/fake_signin_manager_builder.cc#newcode3 ios/chrome/browser/signin/fake_signin_manager_builder.cc:3: // ...
5 years, 5 months ago (2015-07-24 15:31:36 UTC) #9
droger
https://codereview.chromium.org/1257663002/diff/120001/ios/chrome/browser/signin/fake_signin_manager_builder.cc File ios/chrome/browser/signin/fake_signin_manager_builder.cc (right): https://codereview.chromium.org/1257663002/diff/120001/ios/chrome/browser/signin/fake_signin_manager_builder.cc#newcode3 ios/chrome/browser/signin/fake_signin_manager_builder.cc:3: // found in the LICENSE file. 3 // found ...
5 years, 5 months ago (2015-07-24 15:57:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1257663002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1257663002/140001
5 years, 5 months ago (2015-07-24 20:22:06 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/81970)
5 years, 5 months ago (2015-07-24 20:32:29 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1257663002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1257663002/160001
5 years, 5 months ago (2015-07-24 20:40:22 UTC) #18
commit-bot: I haz the power
Committed patchset #8 (id:160001)
5 years, 5 months ago (2015-07-24 20:59:06 UTC) #19
commit-bot: I haz the power
5 years, 5 months ago (2015-07-24 21:00:21 UTC) #20
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/ab26ab7aca5323ba83757672cc3913c3c55b8038
Cr-Commit-Position: refs/heads/master@{#340333}

Powered by Google App Engine
This is Rietveld 408576698