X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fsignin%2Fcore%2Fcommon%2Fsignin_switches.cc;h=21542452e8aacdfa01c91b4fe96e7df494cf5f39;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=a6d5b03d0ab2de1bf6614acea7c6be9d9d484738;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/signin/core/common/signin_switches.cc b/src/components/signin/core/common/signin_switches.cc index a6d5b03..2154245 100644 --- a/src/components/signin/core/common/signin_switches.cc +++ b/src/components/signin/core/common/signin_switches.cc @@ -10,4 +10,25 @@ namespace switches { // expiration of credentials during testing. const char kClearTokenService[] = "clear-token-service"; +// Enables the pure web-based flow for sign in on first run/NTP/wrench menu/ +// settings page. +const char kEnableWebBasedSignin[] = "enable-web-based-signin"; + +// Allows displaying the list of existing profiles in the avatar bubble for +// fast switching between profiles. +const char kFastUserSwitching[] = "fast-user-switching"; + +// Enables using GAIA information to populate profile name and icon. +const char kGoogleProfileInfo[] = "google-profile-info"; + +// Use new avatar menu. When combined with new-profile-management, it simply +// shows the new profile management avatar menu. Otherwise it shows a redesigned +// avatar menu with the same functionality as the old one, plus a tutorial card +// at the top prompting the user to try out the new profile management UI. +const char kNewAvatarMenu[] = "new-avatar-menu"; + +// Use new profile management system, including profile sign-out and new +// choosers. +const char kNewProfileManagement[] = "new-profile-management"; + } // namespace switches