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

Unified Diff: chrome/app/chromium_strings.grd

Issue 9453035: Implement one click login. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Cleanup old filenames from chrome_browser.gypi Created 8 years, 10 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromium_strings.grd
===================================================================
--- chrome/app/chromium_strings.grd (revision 124931)
+++ chrome/app/chromium_strings.grd (working copy)
@@ -700,6 +700,19 @@
See <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>more benefits<ph name="END_LINK">&lt;/a&gt;</ph> of signing in to Chromium.
</message>
+ <!-- One click sign in infobar -->
+ <if expr="not pp_ifdef('chromeos')">
+ <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_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog.">
+ Sign in to Chromium?
+ </message>
+ <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_MESSAGE" desc="The message of the reverse auto-login dialog.">
+ Chromium will now sync all your data with Google servers, so you'll be able to have the same bookmarks, history, and other settings when you sign in to Chromium on any device.
+ </message>
+ </if>
+
<message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry.">
Chromium Autofill settings
</message>
« no previous file with comments | « build/common.gypi ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698