diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 21:57:27 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 21:57:27 +0000 |
commit | 96209ccda702ea92fd257a17d8a70f93bce0ddb5 (patch) | |
tree | 65c94e91dc281bf8ed5f66a7c3f28a270f09ac6f /chrome/app/resources | |
parent | f0b97f1ddf05cdca3cbba263ba663a2cc1ace7b3 (diff) | |
download | chromium_src-96209ccda702ea92fd257a17d8a70f93bce0ddb5.zip chromium_src-96209ccda702ea92fd257a17d8a70f93bce0ddb5.tar.gz chromium_src-96209ccda702ea92fd257a17d8a70f93bce0ddb5.tar.bz2 |
sync: second factor auth support
BUG=58712
TEST=Sign in to sync with two-step verification account. SigninManagerTest.
Review URL: http://codereview.chromium.org/3702002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 074b3bc..305f0b5 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -600,6 +600,10 @@ 15 </message> + <message name="IDS_SYNC_GET_ACCESS_CODE_URL" translateable="false"> + https://www.google.com/accounts/IssuedAuthSubTokens?hl=[GRITLANGCODE] + </message> + <!-- The default width/height for confirmation dialogs. --> <message name="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_WIDTH_CHARS" use_name_for_id="true"> 50 |