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

Unified Diff: chrome/browser/cocoa/preferences_window_controller.mm

Issue 2918005: Button label logic on mac should match other platforms and show "stop syncing... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/preferences_window_controller.mm
===================================================================
--- chrome/browser/cocoa/preferences_window_controller.mm (revision 52180)
+++ chrome/browser/cocoa/preferences_window_controller.mm (working copy)
@@ -1713,8 +1713,7 @@
[syncButton_ setEnabled:!syncService_->WizardIsVisible()];
NSString* buttonLabel;
- if (syncService_->HasSyncSetupCompleted()
- && status != sync_ui_util::SYNC_ERROR) {
+ if (syncService_->HasSyncSetupCompleted()) {
buttonLabel = l10n_util::GetNSStringWithFixup(
IDS_SYNC_STOP_SYNCING_BUTTON_LABEL);
[syncCustomizeButton_ setHidden:false];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698