diff options
author | idana@chromium.org <idana@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-17 23:03:21 +0000 |
---|---|---|
committer | idana@chromium.org <idana@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-17 23:03:21 +0000 |
commit | 386afa320189f08ab18b453863d6cc6a758b06d1 (patch) | |
tree | 7e5ce37fdbf63daf478f2b178b2c8d2e47e150fe /chrome/browser/sync | |
parent | d9810a805d4e4626bf2ec9dc805e5643a801d3d9 (diff) | |
download | chromium_src-386afa320189f08ab18b453863d6cc6a758b06d1.zip chromium_src-386afa320189f08ab18b453863d6cc6a758b06d1.tar.gz chromium_src-386afa320189f08ab18b453863d6cc6a758b06d1.tar.bz2 |
Made the Sync UI work in the New New tab page.
There are no significant logic changes except the addition of a link which points to the web ui.
BUG=none
Review URL: http://codereview.chromium.org/172007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23591 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r-- | chrome/browser/sync/personalization_strings.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chrome/browser/sync/personalization_strings.h b/chrome/browser/sync/personalization_strings.h index 2dd67aa..08204a0 100644 --- a/chrome/browser/sync/personalization_strings.h +++ b/chrome/browser/sync/personalization_strings.h @@ -47,9 +47,17 @@ static const char kSyncPromotionMsg[] = static const wchar_t kSyncServerUnavailableMsg[] = L"Google Chrome could not sync your bookmarks because it could not connect " L"to the sync server. Retrying..."; -static const char kStartNowLinkText[] = "Start now."; +static const char kStartNowLinkText[] = "Start now"; static const char kSettingUpText[] = "Setup in progress..."; +// TODO(idana): when we get rid of this file and move all the strings into +// generated_resources.grd, we should probably move these into a pref of some +// sort to allow third party sync providers to control which URL to use for the +// sync web UI. We should also make it possible for the sync provider to hide +// the link altogether if they don't provide web UI for their users. +static const char kSyncViewOnlineLinkUrl[] = "http://docs.google.com"; +static const char kSyncViewOnlineLinkLabel[] = "View in Google Docs"; + // Sync menu item strings. static const wchar_t kMenuLabelStartSync[] = L"Sync my bookmarks..."; |