Search code examples
google-chromegmailchrome-profile

disable "Continue in a new Chrome profile" popup


Every time I sign-in into new gmail account I get this popup asking if I want to create a new Chrome profile which sometimes get very irritating. Is there anyway to disable it?

In chrome://flags/ option there are couple of options (New profile picker & Profile creation flow with sign-in) which I think could work but I am not really sure, Because I don't want to mess-up chrome profile settings as I use it extensively.


Solution

  • UPDATE: the solution below used to work but the flag is not available anymore. From Chrome 93+ it's not experimental anymore, thus it can't be disabled.


    That behaviour is implemented in the Chrome's core dice_web_signin_intercept_app.js and yes, it can be disabled. This is the related flag: chrome://flags/#dice-web-signin-interception

    The two flags cited above (New profile picker & Profile creation flow with sign-in) are completely unrelated.

    Please note: the flag will be removed in Chrome 93+.

    chrome flags screenshot