Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cr93 followup]: Hide "Set up new Brave profile" page when adding a new profile in profile picker. #17552

Closed
mkarolin opened this issue Aug 19, 2021 · 1 comment · Fixed by brave/brave-core#9789
Assignees
Labels

Comments

@mkarolin
Copy link
Contributor

STR:

  1. In Brave window, click on ☰ -> Create a new profile
  2. Observe popup window showing Set up page:
    image

Expected result:
Popup goes directly to the next page (same as clicking "Continue without an account" button):
image

@mkarolin mkarolin self-assigned this Aug 19, 2021
mkarolin added a commit to brave/brave-core that referenced this issue Aug 19, 2021
Fixes brave/brave-browser#17552

Overrides call to AccountConsistencyModeManager::IsDiceSignInAllowed in
profile_picker_ui.cc to return false so that the page isn't shown. There
is a feature flag (features::kSignInProfileCreation) to do the same, but
the flag is already removed in cr94, so this should be a more durable
solution.
@rebron rebron added the priority/P2 A bad problem. We might uplift this to the next planned release. label Aug 20, 2021
@mkarolin mkarolin added this to the 1.30.x - Nightly milestone Aug 20, 2021
@stephendonner
Copy link

stephendonner commented Aug 26, 2021

Verified PASSED using

Brave 1.29.74 Chromium: 93.0.4577.58 (Official Build) (x86_64)
Revision c4410ece044414ea42fa4ba328d08195e818a99c-refs/branch-heads/4577@{#1076}
OS macOS Version 11.5.2 (Build 20G95)

Steps:

  1. clean profile
  2. launch Brave
  3. click on and choose Create a New Profile

Confirmed it goes to the Customize your Brave profile dialog.

Screen Shot 2021-08-27 at 9 49 24 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants