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

Issue 480453002: Disable UI flags for non-desktop OSes (Closed)

Created:
6 years, 4 months ago by Mike Lerman
Modified:
6 years, 3 months ago
CC:
chromium-reviews, acleung1
Project:
chromium
Visibility:
Public.

Description

Disable UI flags for non-desktop OSes This is mostly to prevent the high res avatars from being downloaded when not necessary, and will also prevent any other non-UI side effects which are undesired on non-desktop OSes. BUG=404066, 411428 Committed: https://chromium.googlesource.com/chromium/src/+/8003a95bb88e1d25ad59251b5d7e8609d76e5669 Committed: https://crrev.com/9496620249d7bf393a541b78add51f2999f2c6ea Cr-Commit-Position: refs/heads/master@{#293723}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comments #

Patch Set 3 : Move non-desktop OSes onto the AccountConsistency flag #

Total comments: 4

Patch Set 4 : Only handle NewAvatarMenu in this CL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M components/signin/core/common/profile_management_switches.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (4 generated)
Mike Lerman
Here's the CL to disable flags. PTAL, thanks!
6 years, 4 months ago (2014-08-15 13:26:34 UTC) #1
noms (inactive)
lgtm w maybe a nit https://codereview.chromium.org/480453002/diff/1/components/signin/core/common/profile_management_switches.cc File components/signin/core/common/profile_management_switches.cc (right): https://codereview.chromium.org/480453002/diff/1/components/signin/core/common/profile_management_switches.cc#newcode147 components/signin/core/common/profile_management_switches.cc:147: // Non-desktop OSes never ...
6 years, 4 months ago (2014-08-15 13:29:30 UTC) #2
Mike Lerman
https://codereview.chromium.org/480453002/diff/1/components/signin/core/common/profile_management_switches.cc File components/signin/core/common/profile_management_switches.cc (right): https://codereview.chromium.org/480453002/diff/1/components/signin/core/common/profile_management_switches.cc#newcode147 components/signin/core/common/profile_management_switches.cc:147: // Non-desktop OSes never have NewAvatarMenu or related functionality. ...
6 years, 4 months ago (2014-08-15 13:35:57 UTC) #3
Roger Tawa OOO till Jul 10th
lgtm
6 years, 4 months ago (2014-08-15 14:05:03 UTC) #4
noms (inactive)
The CQ bit was checked by noms@chromium.org
6 years, 4 months ago (2014-08-15 14:16:08 UTC) #5
noms (inactive)
The CQ bit was unchecked by noms@chromium.org
6 years, 4 months ago (2014-08-15 14:16:11 UTC) #6
Mike Lerman
Hi, Please verify that the flag changes I'm making for android and chromeos are correct. ...
6 years, 4 months ago (2014-08-15 14:22:45 UTC) #7
Nikita (slow)
+Pavel https://codereview.chromium.org/480453002/diff/40001/components/signin/core/common/profile_management_switches.cc File components/signin/core/common/profile_management_switches.cc (right): https://codereview.chromium.org/480453002/diff/40001/components/signin/core/common/profile_management_switches.cc#newcode156 components/signin/core/common/profile_management_switches.cc:156: // NewProfileManagement is only available on desktop. That's ...
6 years, 4 months ago (2014-08-15 14:56:13 UTC) #8
dzhioev (left Google)
https://codereview.chromium.org/480453002/diff/40001/components/signin/core/common/profile_management_switches.cc File components/signin/core/common/profile_management_switches.cc (right): https://codereview.chromium.org/480453002/diff/40001/components/signin/core/common/profile_management_switches.cc#newcode156 components/signin/core/common/profile_management_switches.cc:156: // NewProfileManagement is only available on desktop. On 2014/08/15 ...
6 years, 4 months ago (2014-08-15 15:31:33 UTC) #9
Mike Lerman
On 2014/08/15 15:31:33, dzhioev wrote: > https://codereview.chromium.org/480453002/diff/40001/components/signin/core/common/profile_management_switches.cc > File components/signin/core/common/profile_management_switches.cc (right): > > https://codereview.chromium.org/480453002/diff/40001/components/signin/core/common/profile_management_switches.cc#newcode156 > ...
6 years, 4 months ago (2014-08-15 16:44:32 UTC) #10
dzhioev (left Google)
On 2014/08/15 16:44:32, Mike Lerman wrote: > On 2014/08/15 15:31:33, dzhioev wrote: > > > ...
6 years, 4 months ago (2014-08-18 15:25:39 UTC) #11
newt (away)
aruslan: could you take a look at this?
6 years, 4 months ago (2014-08-18 17:29:37 UTC) #12
aruslan
Mike, if you land this CL you will turn off Mirror on Android, is it ...
6 years, 4 months ago (2014-08-18 21:24:08 UTC) #13
aruslan
https://codereview.chromium.org/480453002/diff/40001/chrome/browser/android/signin/signin_manager_android.cc File chrome/browser/android/signin/signin_manager_android.cc (right): https://codereview.chromium.org/480453002/diff/40001/chrome/browser/android/signin/signin_manager_android.cc#newcode289 chrome/browser/android/signin/signin_manager_android.cc:289: return switches::IsEnableAccountConsistency(); This is a deadly way of dealing ...
6 years, 4 months ago (2014-08-18 21:25:21 UTC) #14
Mike Lerman
On 2014/08/18 21:25:21, aruslan wrote: > https://codereview.chromium.org/480453002/diff/40001/chrome/browser/android/signin/signin_manager_android.cc > File chrome/browser/android/signin/signin_manager_android.cc (right): > > https://codereview.chromium.org/480453002/diff/40001/chrome/browser/android/signin/signin_manager_android.cc#newcode289 > ...
6 years, 4 months ago (2014-08-19 14:58:57 UTC) #15
Mike Lerman
https://codereview.chromium.org/480453002/diff/40001/chrome/browser/android/signin/signin_manager_android.cc File chrome/browser/android/signin/signin_manager_android.cc (right): https://codereview.chromium.org/480453002/diff/40001/chrome/browser/android/signin/signin_manager_android.cc#newcode289 chrome/browser/android/signin/signin_manager_android.cc:289: return switches::IsEnableAccountConsistency(); On 2014/08/18 21:25:21, aruslan wrote: > This ...
6 years, 4 months ago (2014-08-19 14:59:07 UTC) #16
aruslan
On 2014/08/19 14:59:07, Mike Lerman wrote: > It should (I imagine) be called > IsAccountConsistencyEnabled, ...
6 years, 4 months ago (2014-08-19 18:08:25 UTC) #17
Mike Lerman
Thanks, Ruslan! Xiyuan, can I get an owners review for chromeos, given Pavel's comments? Nikita's ...
6 years, 4 months ago (2014-08-20 13:05:14 UTC) #18
Nikita (slow)
lgtm
6 years, 4 months ago (2014-08-20 13:11:05 UTC) #19
xiyuan
lgtm
6 years, 4 months ago (2014-08-20 15:36:47 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlerman@chromium.org/480453002/60001
6 years, 3 months ago (2014-08-29 19:30:56 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 8003a95bb88e1d25ad59251b5d7e8609d76e5669
6 years, 3 months ago (2014-08-29 23:01:03 UTC) #23
Mike Lerman
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/524023002/ by mlerman@chromium.org. ...
6 years, 3 months ago (2014-08-30 01:10:31 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlerman@chromium.org/480453002/100001
6 years, 3 months ago (2014-09-08 13:48:57 UTC) #28
commit-bot: I haz the power
Committed patchset #4 (id:100001) as aff15e6f6e87c132943b43892779d1487ff56cb9
6 years, 3 months ago (2014-09-08 14:51:34 UTC) #29
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/4a3a8c2979404c031782615357b20438fd78e519 Cr-Commit-Position: refs/heads/master@{#292706}
6 years, 3 months ago (2014-09-10 03:11:22 UTC) #30
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:46:14 UTC) #31
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9496620249d7bf393a541b78add51f2999f2c6ea
Cr-Commit-Position: refs/heads/master@{#293723}

Powered by Google App Engine
This is Rietveld 408576698