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

Issue 502343002: Add account_id to signin manager notifications. (Closed)

Created:
6 years, 3 months ago by Roger Tawa OOO till Jul 10th
Modified:
6 years, 3 months ago
CC:
chromium-reviews, tim+watch_chromium.org, extensions-reviews_chromium.org, chrome-apps-syd-reviews_chromium.org, zea+watch_chromium.org, tzik, tfarina, haitaol+watch_chromium.org, nhiroki, dbeam+watch-options_chromium.org, asvitkine+watch_chromium.org, chromium-apps-reviews_chromium.org, Ilya Sherman, kinuko+fileapi, maniscalco+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@isauth
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 : Cleanup SU #

Patch Set 2 : rebased #

Total comments: 2

Patch Set 3 : rebased #

Patch Set 4 : rebased #

Patch Set 5 : rebased #

Patch Set 6 : forsync #

Patch Set 7 : rebased #

Patch Set 8 : Fix android trybots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -66 lines) Patch
M chrome/browser/extensions/token_cache/token_cache_service.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/token_cache/token_cache_service.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/token_cache/token_cache_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/signin_status_metrics_provider.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/metrics/signin_status_metrics_provider.cc View 4 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/metrics/signin_status_metrics_provider_unittest.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_base.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_base.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/profiles/gaia_info_update_service.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/profiles/gaia_info_update_service.cc View 4 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/services/gcm/fake_signin_manager.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/signin/chrome_signin_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/signin/chrome_signin_client.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/signin/fake_signin_manager.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/signin/profile_identity_provider.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/signin/profile_identity_provider.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/signin/signin_manager_unittest.cc View 1 2 4 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/signin/signin_names_io_thread.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/signin/signin_names_io_thread.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 3 4 5 6 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/sync/test/integration/profile_sync_service_harness.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.h View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.cc View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/auto_login_infobar_delegate.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/auto_login_infobar_delegate.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/options_ui_browsertest.cc View 4 1 chunk +2 lines, -1 line 0 comments Download
M components/signin/core/browser/account_reconcilor.h View 1 chunk +4 lines, -2 lines 0 comments Download
M components/signin/core/browser/account_reconcilor.cc View 4 1 chunk +4 lines, -2 lines 0 comments Download
M components/signin/core/browser/signin_account_id_helper.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/signin/core/browser/signin_account_id_helper.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/signin/core/browser/signin_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/signin/core/browser/signin_manager.cc View 4 3 chunks +10 lines, -3 lines 0 comments Download
M components/signin/core/browser/signin_manager_base.h View 4 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Roger Tawa OOO till Jul 10th
Patchset #1 (id:1) has been deleted
6 years, 3 months ago (2014-08-27 13:12:16 UTC) #1
Roger Tawa OOO till Jul 10th
Patchset #1 (id:20001) has been deleted
6 years, 3 months ago (2014-08-27 13:12:25 UTC) #2
Roger Tawa OOO till Jul 10th
Patchset #1 (id:40001) has been deleted
6 years, 3 months ago (2014-08-27 13:12:34 UTC) #3
Roger Tawa OOO till Jul 10th
Patchset #1 (id:60001) has been deleted
6 years, 3 months ago (2014-08-27 13:18:02 UTC) #4
Roger Tawa OOO till Jul 10th
rogerta@chromium.org changed reviewers: + guohui@chromium.org
6 years, 3 months ago (2014-08-27 13:54:39 UTC) #5
Roger Tawa OOO till Jul 10th
Hi Hui, Please take look. Some cleanup needed for gaia id migration. Thanks.
6 years, 3 months ago (2014-08-27 13:54:39 UTC) #6
guohui
lgtm with one comment https://codereview.chromium.org/502343002/diff/100001/components/signin/core/browser/signin_manager_base.h File components/signin/core/browser/signin_manager_base.h (right): https://codereview.chromium.org/502343002/diff/100001/components/signin/core/browser/signin_manager_base.h#newcode57 components/signin/core/browser/signin_manager_base.h:57: const std::string& username) {} Why ...
6 years, 3 months ago (2014-08-27 17:57:42 UTC) #7
Roger Tawa OOO till Jul 10th
Thanks Hui. https://codereview.chromium.org/502343002/diff/100001/components/signin/core/browser/signin_manager_base.h File components/signin/core/browser/signin_manager_base.h (right): https://codereview.chromium.org/502343002/diff/100001/components/signin/core/browser/signin_manager_base.h#newcode57 components/signin/core/browser/signin_manager_base.h:57: const std::string& username) {} On 2014/08/27 17:57:42, ...
6 years, 3 months ago (2014-08-27 18:51:01 UTC) #8
Roger Tawa OOO till Jul 10th
Patchset #4 (id:140001) has been deleted
6 years, 3 months ago (2014-08-27 22:03:08 UTC) #9
Roger Tawa OOO till Jul 10th
Patchset #4 (id:160001) has been deleted
6 years, 3 months ago (2014-08-28 02:34:09 UTC) #10
Roger Tawa OOO till Jul 10th
rogerta@chromium.org changed reviewers: + asvitkine@chromium.org, bauerb@chromium.org, benwells@chromium.org, fgorski@chromium.org, gene@chromium.org, noms@chromium.org, sky@chromium.org, tim@chromium.org
6 years, 3 months ago (2014-08-29 12:50:34 UTC) #11
Roger Tawa OOO till Jul 10th
The CQ bit was checked by rogerta@chromium.org
6 years, 3 months ago (2014-08-29 14:18:01 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/502343002/260001
6 years, 3 months ago (2014-08-29 14:18:29 UTC) #13
Alexei Svitkine (slow)
lgtm
6 years, 3 months ago (2014-08-29 14:20:38 UTC) #14
commit-bot: I haz the power
Committed patchset #8 (id:260001) as ba9f8e3518040b15356660a51489b461965f02a5
6 years, 3 months ago (2014-08-29 15:16:05 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:08:43 UTC) #16
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/22aa58e63b325a6fbdea7f59ce9b0b6e63ac96cc
Cr-Commit-Position: refs/heads/master@{#292635}

Powered by Google App Engine
This is Rietveld 408576698