Create a new AccountTrackerService PKS based on the existing AccountTracker.
commitc28f28c8d7d6ae7e12e3cea91101b4e409ee7aa2
authorrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 22 Aug 2014 00:18:34 +0000 (22 00:18 +0000)
committerrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 22 Aug 2014 00:20:19 +0000 (22 00:20 +0000)
treeb9de55167eba2eb47ee86286ab4b47f49677a4e9
parenta569216f7c0ba1e9c004d57c8ace02e3bfeed213
Create a new AccountTrackerService PKS based on the existing AccountTracker.

This CL is one part of the effort to change chrome to use gaiaid instead of
email address as the unique id for an account.

BUG=341408

Review URL: https://codereview.chromium.org/425823002

Cr-Commit-Position: refs/heads/master@{#291263}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291263 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
chrome/browser/profiles/profile_manager.cc
chrome/browser/signin/account_tracker_service_factory.cc [new file with mode: 0644]
chrome/browser/signin/account_tracker_service_factory.h [new file with mode: 0644]
chrome/chrome_browser.gypi
components/components_tests.gyp
components/signin.gypi
components/signin/core/browser/account_tracker_service.cc [new file with mode: 0644]
components/signin/core/browser/account_tracker_service.h [new file with mode: 0644]
components/signin/core/browser/account_tracker_service_unittest.cc [new file with mode: 0644]