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

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

Issue 10807052: mac: Remove code that was only needed on 10.5 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: kill workspaceIDCache_ Created 8 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
Index: chrome/browser/ui/cocoa/hover_button.mm
diff --git a/chrome/browser/ui/cocoa/hover_button.mm b/chrome/browser/ui/cocoa/hover_button.mm
index 485585d2e1b82a29e6758f0dee899415f05e8cc0..28ab72ceb5c9cb4f02d2ac3f239714bf9cc62a5b 100644
--- a/chrome/browser/ui/cocoa/hover_button.mm
+++ b/chrome/browser/ui/cocoa/hover_button.mm
@@ -61,7 +61,7 @@
[[CrTrackingArea alloc] initWithRect:[self bounds]
options:NSTrackingMouseEnteredAndExited |
NSTrackingActiveAlways
- proxiedOwner:self
+ owner:self
userInfo:nil]);
[self addTrackingArea:trackingArea_.get()];
« no previous file with comments | « chrome/browser/ui/cocoa/browser/avatar_menu_bubble_controller.mm ('k') | chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698