Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 71fe545cd71387d9eaa5b62313793af435aad58c..6dce33e3274c6c698b54989fe6388e428a4f4530 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -15245,11 +15245,11 @@ Some features may be unavailable. Please check that the profile exists and you |
| Dark Theme |
| </message> |
| - <message name="IDS_FLAGS_USE_WEB_BASED_SIGNIN_FLOW_NAME" desc="Name of about:flag option to turn on web-based sign in"> |
| - Enable GAIA web-based signin |
| + <message name="IDS_FLAGS_USE_CLIENT_LOGIN_SIGNIN_FLOW_NAME" desc="Name of about:flag option to turn on client-login-based sign in"> |
| + Enable ClientLogin based signin |
| </message> |
| - <message name="IDS_FLAGS_USE_WEB_BASED_SIGNIN_FLOW_DESCRIPTION" desc="Description of about:flag option to turn on web-based sign in"> |
| - When enabled, will use a GAIA web-based sign in flow to connect a profile to a Google account. Otherwise ClientLogin is used. |
| + <message name="IDS_FLAGS_USE_CLIENT_LOGIN_SIGNIN_FLOW_DESCRIPTION" desc="Description of about:flag option to turn on client-login-based sign in"> |
| + When enabled, will use a ClientLigin based sign in flow to connect a profile to a Google account. Otherwise use a web-based flow. |
|
sky
2012/12/03 22:00:48
ClientLigin -> ClientLogin?
|
| The web-based flow permits using verification codes instead of ASPs during authentication. |
| </message> |