diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 20:39:51 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 20:39:51 +0000 |
commit | e4b66bf17bd92ac5d3aee302c3166e729fec89ed (patch) | |
tree | 681affaf72ab14e21bc0465393a4f6c9ac4a0cc0 /chrome/app | |
parent | 05cf2fae621981453409421fd2431116d9447c36 (diff) | |
download | chromium_src-e4b66bf17bd92ac5d3aee302c3166e729fec89ed.zip chromium_src-e4b66bf17bd92ac5d3aee302c3166e729fec89ed.tar.gz chromium_src-e4b66bf17bd92ac5d3aee302c3166e729fec89ed.tar.bz2 |
Update behavior of one-click infobar to remove modal dialog, add "undo".
There are many non-signin-related files in this CL because of a method signature change. The significant changes are in the one_click_* files.
BUG=125253
TEST=See bug description for complete UX spec.
Review URL: https://chromiumcodereview.appspot.com/10332185
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139365 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chromium_strings.grd | 3 | ||||
-rw-r--r-- | chrome/app/generated_resources.grd | 3 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index db47f71..0445d96 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -784,6 +784,9 @@ The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been <message name="IDS_ONE_CLICK_SIGNIN_INFOBAR_MESSAGE" desc="The string shown in the infobar explaining that the user can connect his profile to a Google account instead of logging in only here."> Use this Google Account to sync all your Chromium stuff? </message> + <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE" desc="The body of the sync promo NTP bubble."> + You're now signed in to Chromium! Your bookmarks, history, and other settings will be synced to your Google Account. + </message> <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog."> Sign in to Chromium </message> diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b961958..47a6c2b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -9390,6 +9390,9 @@ experiment id: "<ph name="EXPERIMENT_ID">$5<ex>ar1</ex></ph>" <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_TITLE" desc="The title of the modal dialog window that opens when the user chooses to use one click sign in."> Sign in </message> + <message name="IDS_ONE_CLICK_BUBBLE_UNDO" desc="The text for the undo button in the one click signin bubble."> + Undo + </message> <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_MESSAGE" desc="The message of the one click sign in dialog."> Signing in will sync your data with your Google Account so you can access your bookmarks, history, and other settings on any device. </message> diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index baf8661..4a57843 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -709,6 +709,9 @@ The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been <message name="IDS_ONE_CLICK_SIGNIN_INFOBAR_MESSAGE" desc="The string shown in the infobar explaining that the user can connect his profile to a Google account instead of logging in only here."> Use this Google Account to sync all your Chrome stuff? </message> + <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE" desc="The body of the sync promo NTP bubble."> + You're now signed in to Chrome! Your bookmarks, history, and other settings will be synced to your Google Account. + </message> <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog."> Sign in to Chrome </message> |