Chromium Code Reviews

Unified Diff: chrome/browser/ui/cocoa/hyperlink_button_cell.mm

Issue 5695006: Audit some Mac TODOs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/ui/cocoa/history_menu_bridge.mm ('k') | chrome/browser/ui/tabs/dock_info_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/hyperlink_button_cell.mm
diff --git a/chrome/browser/ui/cocoa/hyperlink_button_cell.mm b/chrome/browser/ui/cocoa/hyperlink_button_cell.mm
index c8bb93e855b1e9c8a76cebea7b455a71be3a5b7a..ec3a107a37f0dd2df9fde0f544325e1afca37297 100644
--- a/chrome/browser/ui/cocoa/hyperlink_button_cell.mm
+++ b/chrome/browser/ui/cocoa/hyperlink_button_cell.mm
@@ -51,7 +51,6 @@
[self setFont:font];
// Do not change button appearance when we are pushed.
- // TODO(rsesek): Change text color to red?
[self setHighlightsBy:NSNoCellMask];
// We need to set this so that we can override |-mouseEntered:| and
« no previous file with comments | « chrome/browser/ui/cocoa/history_menu_bridge.mm ('k') | chrome/browser/ui/tabs/dock_info_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine