diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 20:43:06 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 20:43:06 +0000 |
commit | eac102776992bb8a3e9a18c95e4a793d14b3c715 (patch) | |
tree | 0cb7ca68f704b51146d8421d95c126b30ed084f7 /chrome/browser/cocoa/preferences_window_controller.mm | |
parent | 9e34aa1c0d94f2daa6f1ca0fb52fe04d46a5f300 (diff) | |
download | chromium_src-eac102776992bb8a3e9a18c95e4a793d14b3c715.zip chromium_src-eac102776992bb8a3e9a18c95e4a793d14b3c715.tar.gz chromium_src-eac102776992bb8a3e9a18c95e4a793d14b3c715.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/preferences_window_controller.mm')
-rw-r--r-- | chrome/browser/cocoa/preferences_window_controller.mm | 4 |
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 0aa1501..847002e 100644 --- a/chrome/browser/cocoa/preferences_window_controller.mm +++ b/chrome/browser/cocoa/preferences_window_controller.mm @@ -1783,10 +1783,6 @@ const int kDisabledIndex = 1; [syncStatus_ setBackgroundColor:syncStatusNoErrorBackgroundColor_]; [syncLinkCell setBackgroundColor:syncLinkNoErrorBackgroundColor_]; } - - if (!CommandLine::ForCurrentProcess()->HasSwitch( - switches::kShowPrivacyDashboardLink)) - [privacyDashboardLink_ setHidden:YES]; } // Show the preferences window. |