summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/preferences_window_controller.mm
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-08 23:43:38 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-08 23:43:38 +0000
commit28f964305c178006b7b73792b5f62ce16da24f10 (patch)
treed56aa88955f1cd3d2d0c0e2a98d3374126fd5965 /chrome/browser/cocoa/preferences_window_controller.mm
parent07575a271a08b1e5ddf8ed9341a523dba482579c (diff)
downloadchromium_src-28f964305c178006b7b73792b5f62ce16da24f10.zip
chromium_src-28f964305c178006b7b73792b5f62ce16da24f10.tar.gz
chromium_src-28f964305c178006b7b73792b5f62ce16da24f10.tar.bz2
Revert 52870 - Revert 52740 - Always show the 'Control sync from Google Dashboard' link on the sync options dialog.
BUG=48844 TEST=open Personal Stuff on any platform, see dashboard link. Review URL: http://codereview.chromium.org/2827055 TBR=tim@chromium.org Review URL: http://codereview.chromium.org/2881021 TBR=tim@chromium.org Review URL: http://codereview.chromium.org/3364012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58894 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/preferences_window_controller.mm')
-rw-r--r--chrome/browser/cocoa/preferences_window_controller.mm4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/cocoa/preferences_window_controller.mm b/chrome/browser/cocoa/preferences_window_controller.mm
index a2ab751..a81732d 100644
--- a/chrome/browser/cocoa/preferences_window_controller.mm
+++ b/chrome/browser/cocoa/preferences_window_controller.mm
@@ -1855,10 +1855,6 @@ const int kDisabledIndex = 1;
[syncStatus_ setBackgroundColor:syncStatusNoErrorBackgroundColor_];
[syncLinkCell setBackgroundColor:syncLinkNoErrorBackgroundColor_];
}
-
- if (!CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kShowPrivacyDashboardLink))
- [privacyDashboardLink_ setHidden:YES];
}
// Show the preferences window.