Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2182)

Unified Diff: chrome/app/generated_resources.grd

Issue 10800010: Revert 140439 - Make OTP sign in on by default. It can be turned off in about:flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix error handling for ASPs Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 4fe465ed30fd03590c65e82a570e7cb73e5b02e9..f3ac0d810bff14dc2137d68b2e70a2d0e9763e20 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -16703,12 +16703,12 @@ Battery full
Dark Theme
</message>
- <message name="IDS_FLAGS_DISABLE_CLIENT_OAUTH_SIGNIN_NAME" desc="Name of about:flag option to turn off ClientOAuth sign in">
- Use ClientLogin signin
+ <message name="IDS_FLAGS_ENABLE_CLIENT_OAUTH_SIGNIN_NAME" desc="Name of about:flag option to turn on ClientOAuth sign in">
+ Enable ClientOAuth signin
</message>
- <message name="IDS_FLAGS_DISABLE_CLIENT_OAUTH_SIGNIN_DESCRIPTION" desc="Description of about:flag option to turn off ClientOAuth sign in">
- Enable this option to use ClientLogin to connect a profile to a Google account instead of ClientOAuth.
- ClientLogin uses ASPs during authentication. ClientOAuth uses verification codes (i.e. OTPs) during authentication.
+ <message name="IDS_FLAGS_ENABLE_CLIENT_OAUTH_SIGNIN_DESCRIPTION" desc="Description of about:flag option to turn on ClientOAuth sign in">
+ When enabled, will use ClientOAuth to connect a profile to a Google account. Otherwise ClientLogin is used.
+ ClientOAuth permits using verification codes instead of ASPs during authentication.
</message>
<!-- Windows 8 Metro mode. -->
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698