Add impl for kGoogleTwoFactorIntersitialURL

This URL is used with a google sync signin interstitial, and therefore
not relevant to brave.

Chromium change:
https://chromium.googlesource.com/chromium/src/+/fafa2777bb49592b9e9ee372c1196b9b34bdb7ff

commit fafa2777bb49592b9e9ee372c1196b9b34bdb7ff
Author: Yann Dago <ydago@chromium.org>
Date:   Wed Aug 14 18:06:51 2024 +0000

    Finish signin flow in picker and open two factor intersitial in browser

    Profile creation from the profile picker when the user is asked to
    enable 2FA put the user in a state where the flow moved from the
    picker to the browser before seeing the enterprise and sync screens.
    This resulted in a non managed profile.

    Bug: https://drive.google.com/file/d/1tE4DZ7bs9cGg3oSA805yabyjHv5UwipK
    Fix: https://drive.google.com/file/d/1XEKdgFdXe2N67Zy8A0n5PE_D8TEhbGhP

    Bug: 321883634
This commit is contained in:
Claudio DeSouza
2024-09-10 14:42:41 -04:00
committed by mkarolin
parent c465660a07
commit f038067103
@@ -236,6 +236,10 @@ inline constexpr char kGoogleAccountChooserURL[] = "https://support.brave.com/";
inline constexpr char kGoogleAccountDeviceActivityURL[] =
"https://support.brave.com/";
// URL of the two factor authentication setup required intersitial.
inline constexpr char kGoogleTwoFactorIntersitialURL[] =
"https://support.brave.com/";
// URL of the Google Password Manager.
inline constexpr char kGooglePasswordManagerURL[] = "https://support.brave.com";