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

Issue 1922143002: Disabled ARC for ephemeral users. (Closed)

Created:
4 years, 8 months ago by Roman Sorokin (ftl)
Modified:
4 years, 7 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, dzhioev+watch_chromium.org, achuith+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disabled ARC for ephemeral users. And users which data is ephemeral (guests, demo, public etc.) TEST: new added ArcAuthServiceTest.DisabledForEphemeralDataUsers BUG= b/26402681 Committed: https://crrev.com/79e934428a296d5b279c8da97aac3dfd1575af07 Cr-Commit-Position: refs/heads/master@{#390598}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Don't consider stub users as ephemeral. Needed for browser tests #

Patch Set 4 : same #

Total comments: 7

Patch Set 5 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -9 lines) Patch
M chrome/browser/chromeos/arc/arc_auth_service.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_auth_service_unittest.cc View 1 2 3 4 3 chunks +41 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/users/fake_chrome_user_manager.cc View 1 2 3 4 1 chunk +9 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M components/user_manager/fake_user_manager.cc View 4 chunks +11 lines, -5 lines 0 comments Download
M components/user_manager/user_manager.h View 2 chunks +7 lines, -0 lines 0 comments Download
M components/user_manager/user_manager_base.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M components/user_manager/user_manager_base.cc View 1 2 3 2 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (18 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922143002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922143002/1
4 years, 8 months ago (2016-04-26 14:24:51 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/101545) mac_chromium_rel_ng on ...
4 years, 8 months ago (2016-04-26 14:26:57 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922143002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922143002/20001
4 years, 8 months ago (2016-04-26 15:05:19 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/202866)
4 years, 8 months ago (2016-04-26 16:13:52 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922143002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922143002/40001
4 years, 7 months ago (2016-04-27 12:55:46 UTC) #14
Roman Sorokin (ftl)
Please take a look.
4 years, 7 months ago (2016-04-27 13:18:52 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/203572)
4 years, 7 months ago (2016-04-27 14:11:39 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922143002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922143002/60001
4 years, 7 months ago (2016-04-27 15:42:10 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-27 16:28:54 UTC) #21
Alexander Alekseev
lgtm with nits https://codereview.chromium.org/1922143002/diff/60001/chrome/browser/chromeos/login/users/fake_chrome_user_manager.cc File chrome/browser/chromeos/login/users/fake_chrome_user_manager.cc (right): https://codereview.chromium.org/1922143002/diff/60001/chrome/browser/chromeos/login/users/fake_chrome_user_manager.cc#newcode141 chrome/browser/chromeos/login/users/fake_chrome_user_manager.cc:141: account_id.GetUserEmail())); nit: active_user_ = nullptr ?
4 years, 7 months ago (2016-04-27 21:11:18 UTC) #22
Roman Sorokin (ftl)
Sasha, please take a look.
4 years, 7 months ago (2016-04-28 11:31:38 UTC) #24
peletskyi
On 2016/04/28 11:31:38, Roman Sorokin wrote: > Sasha, please take a look. lgtm :)
4 years, 7 months ago (2016-04-28 12:00:41 UTC) #25
peletskyi
https://codereview.chromium.org/1922143002/diff/60001/chrome/browser/chromeos/arc/arc_auth_service_unittest.cc File chrome/browser/chromeos/arc/arc_auth_service_unittest.cc (right): https://codereview.chromium.org/1922143002/diff/60001/chrome/browser/chromeos/arc/arc_auth_service_unittest.cc#newcode136 chrome/browser/chromeos/arc/arc_auth_service_unittest.cc:136: PrefService* prefs = profile()->GetPrefs(); nit: PrefService* const https://codereview.chromium.org/1922143002/diff/60001/chrome/browser/chromeos/arc/arc_auth_service_unittest.cc#newcode140 chrome/browser/chromeos/arc/arc_auth_service_unittest.cc:140: ...
4 years, 7 months ago (2016-04-28 12:00:55 UTC) #26
Roman Sorokin (ftl)
https://codereview.chromium.org/1922143002/diff/60001/chrome/browser/chromeos/arc/arc_auth_service_unittest.cc File chrome/browser/chromeos/arc/arc_auth_service_unittest.cc (right): https://codereview.chromium.org/1922143002/diff/60001/chrome/browser/chromeos/arc/arc_auth_service_unittest.cc#newcode136 chrome/browser/chromeos/arc/arc_auth_service_unittest.cc:136: PrefService* prefs = profile()->GetPrefs(); On 2016/04/28 12:00:55, peletskyi wrote: ...
4 years, 7 months ago (2016-04-28 13:27:59 UTC) #27
Roman Sorokin (ftl)
Hi Xiyuan, Please review chrome/browser/chromeos/arc/* chrome/browser/ui/webui/options/browser_options_handler.cc
4 years, 7 months ago (2016-04-28 13:36:34 UTC) #29
Roman Sorokin (ftl)
Sasha, thanks for the fast review!
4 years, 7 months ago (2016-04-28 13:37:36 UTC) #30
xiyuan
lgtm
4 years, 7 months ago (2016-04-28 16:06:22 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922143002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922143002/80001
4 years, 7 months ago (2016-04-29 06:58:17 UTC) #34
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-04-29 07:54:26 UTC) #36
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:24:30 UTC) #37
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/79e934428a296d5b279c8da97aac3dfd1575af07
Cr-Commit-Position: refs/heads/master@{#390598}

Powered by Google App Engine
This is Rietveld 408576698