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

Issue 59883010: This is the fourth CL of several that will eventually replace TokenService with (Closed)

Created:
7 years, 1 month ago by Roger Tawa OOO till Jul 10th
Modified:
7 years ago
CC:
chromium-reviews, pam+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

This is the fourth CL of several that will eventually replace TokenService with ProfileOAuth2TokenService. In this CL, the dependencies on TS are removed from chromeos code and managed user code. BUG=305247 TBR=rlp@chromium.org,davemoore@chromium.org,asvitkine@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236865

Patch Set 1 #

Patch Set 2 : Fix condition in ProfileSyncService::TryStart() #

Total comments: 1

Patch Set 3 : rebased #

Total comments: 2

Patch Set 4 : rebased #

Patch Set 5 : rebased #

Patch Set 6 : merged #

Patch Set 7 : rebased #

Patch Set 8 : Fix test on chromeos #

Patch Set 9 : rebased #

Total comments: 1

Patch Set 10 : Refactor CreateTestingProfile #

Patch Set 11 : rebased #

Patch Set 12 : rebased #

Patch Set 13 : Change LOG(INFO) to VLOG(1) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -136 lines) Patch
M chrome/browser/chromeos/login/login_utils.cc View 1 2 3 4 chunks +3 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/login/oauth2_login_manager.h View 6 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/chromeos/login/oauth2_login_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +57 lines, -40 lines 0 comments Download
M chrome/browser/chromeos/login/oauth2_login_manager_factory.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/oauth2_login_verifier.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +44 lines, -33 lines 0 comments Download
M chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_service_factory.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_info_cache_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_list_desktop_unittest.cc View 1 2 3 4 5 6 7 8 9 9 chunks +28 lines, -14 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser/avatar_button_controller_unittest.mm View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser/avatar_menu_bubble_controller_unittest.mm View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/profile_menu_controller_unittest.mm View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/base/testing_profile_manager.h View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -5 lines 0 comments Download
M chrome/test/base/testing_profile_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +9 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Roger Tawa OOO till Jul 10th
Hi Pavel, Tim, Please take a look. Thanks. https://codereview.chromium.org/59883010/diff/40001/chrome/browser/sync/profile_sync_service.cc File chrome/browser/sync/profile_sync_service.cc (right): https://codereview.chromium.org/59883010/diff/40001/chrome/browser/sync/profile_sync_service.cc#newcode285 chrome/browser/sync/profile_sync_service.cc:285: if ...
7 years, 1 month ago (2013-11-13 20:23:10 UTC) #1
Roger Tawa OOO till Jul 10th
On 2013/11/13 20:23:10, Roger Tawa wrote: > Hi Pavel, Tim, > > Please take a ...
7 years, 1 month ago (2013-11-13 20:24:08 UTC) #2
Roger Tawa OOO till Jul 10th
Hi Bernhard, Xiyuan, Bernard: please review managed_user_service_factory.cc Xiyuan: please review the chromeos files. Thanks.
7 years, 1 month ago (2013-11-13 21:44:31 UTC) #3
Bernhard Bauer
managed_mode/ LGTM. https://codereview.chromium.org/59883010/diff/140001/chrome/browser/managed_mode/managed_user_service_factory.cc File chrome/browser/managed_mode/managed_user_service_factory.cc (right): https://codereview.chromium.org/59883010/diff/140001/chrome/browser/managed_mode/managed_user_service_factory.cc#newcode36 chrome/browser/managed_mode/managed_user_service_factory.cc:36: DependsOn(ProfileOAuth2TokenServiceFactory::GetInstance()); Note that ManagedUserService does not depend ...
7 years, 1 month ago (2013-11-14 16:42:13 UTC) #4
xiyuan
c/b/chromeos/* LGTM
7 years, 1 month ago (2013-11-14 17:51:11 UTC) #5
Roger Tawa OOO till Jul 10th
Thanks Bernhard, Xiyuan. https://codereview.chromium.org/59883010/diff/140001/chrome/browser/managed_mode/managed_user_service_factory.cc File chrome/browser/managed_mode/managed_user_service_factory.cc (right): https://codereview.chromium.org/59883010/diff/140001/chrome/browser/managed_mode/managed_user_service_factory.cc#newcode36 chrome/browser/managed_mode/managed_user_service_factory.cc:36: DependsOn(ProfileOAuth2TokenServiceFactory::GetInstance()); On 2013/11/14 16:42:14, Bernhard Bauer ...
7 years, 1 month ago (2013-11-14 18:19:41 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/59883010/710001
7 years, 1 month ago (2013-11-17 01:20:36 UTC) #7
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=175721
7 years, 1 month ago (2013-11-17 02:37:57 UTC) #8
Roger Tawa OOO till Jul 10th
Hi Pawel, Please review changes in in chrome\test. Thanks.
7 years, 1 month ago (2013-11-17 05:38:44 UTC) #9
Paweł Hajdan Jr.
https://codereview.chromium.org/59883010/diff/1000001/chrome/test/base/testing_profile_manager.h File chrome/test/base/testing_profile_manager.h (right): https://codereview.chromium.org/59883010/diff/1000001/chrome/test/base/testing_profile_manager.h#newcode61 chrome/test/base/testing_profile_manager.h:61: TestingProfile* CreateTestingProfile(const std::string& profile_name, Can we delete this and ...
7 years, 1 month ago (2013-11-18 19:59:32 UTC) #10
Roger Tawa OOO till Jul 10th
On 2013/11/18 19:59:32, Paweł Hajdan Jr. wrote: > https://codereview.chromium.org/59883010/diff/1000001/chrome/test/base/testing_profile_manager.h > File chrome/test/base/testing_profile_manager.h (right): > > ...
7 years, 1 month ago (2013-11-18 20:03:23 UTC) #11
Paweł Hajdan Jr.
On 2013/11/18 20:03:23, Roger Tawa wrote: > Sure, but there are many callers so that ...
7 years, 1 month ago (2013-11-19 00:11:39 UTC) #12
Roger Tawa OOO till Jul 10th
Pawel: PTAL.
7 years ago (2013-11-21 04:10:26 UTC) #13
Paweł Hajdan Jr.
LGTM, thank you.
7 years ago (2013-11-22 16:45:54 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/59883010/1460001
7 years ago (2013-11-22 18:20:49 UTC) #15
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=37685
7 years ago (2013-11-22 18:41:51 UTC) #16
Alexei Svitkine (slow)
cocoa/ lgtm
7 years ago (2013-11-22 19:13:04 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/59883010/1630001
7 years ago (2013-11-22 21:44:37 UTC) #18
commit-bot: I haz the power
7 years ago (2013-11-22 23:21:28 UTC) #19
Message was sent while issue was closed.
Change committed as 236865

Powered by Google App Engine
This is Rietveld 408576698