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

Issue 14630003: signin: move SigninManagerBase::Signout to SigninManager. (Closed)

Created:
7 years, 7 months ago by tim (not reviewing)
Modified:
7 years, 7 months ago
CC:
chromium-reviews, Raghu Simha, haitaol1, akalin
Visibility:
Public.

Description

signin: move SigninManagerBase::Signout to SigninManager. TBR=jhawkins@chromium.org ^sync_setup_handler_unittest.cc TBR=sky@chromium.org ^chrome_render_view_host_test_harness BUG=174927, 107160 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199678

Patch Set 1 : #

Total comments: 8

Patch Set 2 : atwilson's review #

Patch Set 3 : #

Patch Set 4 : apocalypse #

Unified diffs Side-by-side diffs Delta from patch set Stats (+436 lines, -416 lines) Patch
M chrome/browser/policy/cloud/user_cloud_policy_store_unittest.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/signin/fake_signin_manager.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/signin/fake_signin_manager.cc View 1 2 3 2 chunks +3 lines, -21 lines 0 comments Download
M chrome/browser/signin/signin_global_error_unittest.cc View 1 2 3 3 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/signin/signin_manager.h View 1 6 chunks +31 lines, -1 line 0 comments Download
M chrome/browser/signin/signin_manager.cc View 1 2 chunks +112 lines, -1 line 0 comments Download
M chrome/browser/signin/signin_manager_base.h View 1 4 chunks +12 lines, -31 lines 0 comments Download
M chrome/browser/signin/signin_manager_base.cc View 1 7 chunks +2 lines, -108 lines 0 comments Download
D chrome/browser/signin/signin_manager_base_unittest.cc View 1 chunk +0 lines, -92 lines 0 comments Download
M chrome/browser/signin/signin_manager_unittest.cc View 1 1 chunk +45 lines, -0 lines 0 comments Download
M chrome/browser/signin/signin_tracker_unittest.cc View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 1 chunk +11 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 1 2 3 14 chunks +125 lines, -83 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/sync/sync_ui_util_unittest.cc View 1 2 3 8 chunks +16 lines, -10 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/sync/one_click_signin_helper_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler.h View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler.cc View 1 5 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler_unittest.cc View 1 2 12 chunks +32 lines, -48 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/base/chrome_render_view_host_test_harness.cc View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
tim (not reviewing)
7 years, 7 months ago (2013-05-03 23:13:33 UTC) #1
Andrew T Wilson (Slow)
LGTM - ideally we'd move IsSigninAllowed() out of SigninManagerBase too, but I'm OK with leaving ...
7 years, 7 months ago (2013-05-06 09:06:00 UTC) #2
tim (not reviewing)
Addressed comments + rebased, running through try bots. Also, I'll amend the per-file settings in ...
7 years, 7 months ago (2013-05-06 17:28:57 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tim@chromium.org/14630003/43001
7 years, 7 months ago (2013-05-12 00:25:14 UTC) #4
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=39234
7 years, 7 months ago (2013-05-12 03:00:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tim@chromium.org/14630003/43001
7 years, 7 months ago (2013-05-12 07:04:33 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_net_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=147373
7 years, 7 months ago (2013-05-12 15:12:00 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tim@chromium.org/14630003/43001
7 years, 7 months ago (2013-05-12 16:16:25 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_net_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=147401
7 years, 7 months ago (2013-05-12 20:31:44 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tim@chromium.org/14630003/43001
7 years, 7 months ago (2013-05-13 07:12:14 UTC) #10
tim (not reviewing)
7 years, 7 months ago (2013-05-13 07:15:58 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 manually as r199678 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698