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

Unified Diff: chrome/browser/sync/sync_ui_util.cc

Issue 959343003: Enable new sync URL to link to Chrome Away (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | chrome/common/url_constants.h » ('j') | chrome/common/url_constants.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_ui_util.cc
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc
index 8b1a59f5195e251cfe440555a903f6d756ff2c14..d0923a5419d75badf0137339a4c99be7d71b6899 100644
--- a/chrome/browser/sync/sync_ui_util.cc
+++ b/chrome/browser/sync/sync_ui_util.cc
@@ -89,9 +89,9 @@ base::string16 GetSyncedStateStatusLabel(ProfileSyncService* service,
user_name);
case WITH_HTML:
return l10n_util::GetStringFUTF16(
- IDS_SYNC_ACCOUNT_SYNCING_TO_USER_WITH_MANAGE_LINK,
+ IDS_SYNC_ACCOUNT_SYNCING_TO_USER_WITH_MANAGE_LINK_NEW,
Nicolas Zea 2015/02/27 19:06:07 is the old string used anywhere?
Gang Wu 2015/03/05 20:40:30 update the CL, and yes, we need it
user_name,
- base::ASCIIToUTF16(chrome::kSyncGoogleDashboardURL));
+ base::ASCIIToUTF16(chrome::kSyncChromeAwayFromChromeURL));
default:
NOTREACHED();
return NULL;
« no previous file with comments | « no previous file | chrome/common/url_constants.h » ('j') | chrome/common/url_constants.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698