diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 23:48:40 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 23:48:40 +0000 |
commit | b2c361fec2ad645827b8ae1e503c64b2369f0df6 (patch) | |
tree | cc87bcbfe8e26cf96c6862aee8dfec54cd34ae7b | |
parent | c52e6087c9079a016fcf43ef2ba9ca64a0558488 (diff) | |
download | chromium_src-b2c361fec2ad645827b8ae1e503c64b2369f0df6.zip chromium_src-b2c361fec2ad645827b8ae1e503c64b2369f0df6.tar.gz chromium_src-b2c361fec2ad645827b8ae1e503c64b2369f0df6.tar.bz2 |
Use real privacy dashboard link.
BUG=48844
TEST=Pass --show-privacy-dashboard-link to chrome on startup, go to options panel, click link. Watch tab open to privacy dashboard page.
Review URL: http://codereview.chromium.org/3299013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58896 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 499dffe..90cedf7 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -566,9 +566,9 @@ https://tools.google.com/chrome/intl/[GRITLANGCODE]/themes/index.html </message> - <!-- The URL for the privacy dashboard. TODO(tim): bug 48844, need real link. --> + <!-- The URL for the privacy dashboard. --> <message name="IDS_PRIVACY_DASHBOARD_URL" translateable="false"> - http://www.google.com + https://www.google.com/dashboard </message> <!-- The URL for Google Chrome welcome page. This is used for the pre --> |