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

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

Issue 7830019: [Sync UI] Show only one sync status on personal options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 3 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 | « chrome/browser/sync/sync_ui_util.h ('k') | chrome/browser/ui/webui/options/personal_options_handler.cc » ('j') | no next file with comments »
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 591048277d656c5a0dd38cbaeccd7d2158874c86..dbad83a6c776dfd6eaed490be34d4cf47bef14f1 100644
--- a/chrome/browser/sync/sync_ui_util.cc
+++ b/chrome/browser/sync/sync_ui_util.cc
@@ -79,11 +79,9 @@ string16 GetSyncedStateStatusLabel(ProfileSyncService* service) {
return label;
return l10n_util::GetStringFUTF16(
- ProfileManager::IsMultipleProfilesEnabled() ?
- IDS_PROFILES_SYNCED_TO_USER_WITH_TIME :
- IDS_SYNC_ACCOUNT_SYNCED_TO_USER_WITH_TIME,
+ IDS_SYNC_ACCOUNT_SYNCING_TO_USER,
user_name,
- service->GetLastSyncedTimeString());
+ ASCIIToUTF16(chrome::kSyncGoogleDashboardURL));
}
void GetStatusForActionableError(
« no previous file with comments | « chrome/browser/sync/sync_ui_util.h ('k') | chrome/browser/ui/webui/options/personal_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698