diff options
author | wesleylancel <wesleylancel@gmail.com> | 2015-03-02 13:44:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-02 21:45:01 +0000 |
commit | 30f4cc56a384a941fffe7de277c80c3088cce4e3 (patch) | |
tree | d9c3b5e52ea3b8cfefbbdbbb507c212d13488552 /base | |
parent | a656e72c2ba19305be86a1edf05af5446240bda0 (diff) | |
download | chromium_src-30f4cc56a384a941fffe7de277c80c3088cce4e3.zip chromium_src-30f4cc56a384a941fffe7de277c80c3088cce4e3.tar.gz chromium_src-30f4cc56a384a941fffe7de277c80c3088cce4e3.tar.bz2 |
Add tooltips to profile name when truncated
This adds tooltips to profile names in both the old and new profile
switcher when they are truncated on OSX.
This lines up with behaviour on Windows.
Also added myself to the AUTHORS file seeing this is my first contribution.
BUG=459572
Review URL: https://codereview.chromium.org/943453003
Cr-Commit-Position: refs/heads/master@{#318769}
Diffstat (limited to 'base')
-rw-r--r-- | base/mac/sdk_forward_declarations.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h index 2795b19..25d937e 100644 --- a/base/mac/sdk_forward_declarations.h +++ b/base/mac/sdk_forward_declarations.h @@ -285,6 +285,10 @@ enum { - (NSString*)UUIDString; @end +@interface NSControl (MountainLionSDK) +@property BOOL allowsExpansionToolTips; +@end + #endif // MAC_OS_X_VERSION_10_8 |