diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 18:35:53 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 18:35:53 +0000 |
commit | 5e7f0237e94bd78155547ac52c55923539193c93 (patch) | |
tree | a78c4e7a2d0489660c49675641a7678fbc4ea0e4 /chrome/app | |
parent | fe57c8c948f71b1990b91324870184d28ffd334f (diff) | |
download | chromium_src-5e7f0237e94bd78155547ac52c55923539193c93.zip chromium_src-5e7f0237e94bd78155547ac52c55923539193c93.tar.gz chromium_src-5e7f0237e94bd78155547ac52c55923539193c93.tar.bz2 |
Add link to privacy dashboard from sync options panel behind command line flag.
BUG=48844
TEST=Open options > Personal Stuff, see link to dashboard.
Review URL: http://codereview.chromium.org/2934010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 63d54b9..d7ec7cd 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6849,6 +6849,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_SYNC_RELOGIN_LINK_LABEL" desc="The text to display on in the hyperlink when the user needs to relogin to use sync."> Login again </message> + <message name="IDS_SYNC_PRIVACY_DASHBOARD_LINK_LABEL" desc="The label on a link that brings users to the Google Privacy Dashboard to control sync"> + Control sync from Google Privacy Dashboard + </message> <message name="IDS_SYNC_CUSTOMIZE_BUTTON_LABEL" desc="The text to display on the button to customize which data types the user is syncing."> Customize... </message> diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 7d5753c..0c33843 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -537,6 +537,11 @@ https://tools.google.com/chrome/intl/[GRITLANGCODE]/themes/index.html </message> + <!-- The URL for the privacy dashboard. TODO(tim): bug 48844, need real link. --> + <message name="IDS_PRIVACY_DASHBOARD_URL" translateable="false"> + http://www.google.com + </message> + <!-- The URL for Google Chrome welcome page. This is used for the pre --> <!-- populated thumbnails. --> <message name="IDS_CHROME_WELCOME_URL" translateable="false"> |