 Chromium Code Reviews
 Chromium Code Reviews Issue 150188:
  Use native Cocoa tooltips instead of Mozilla's ToolTip class.  (Closed) 
  Base URL: http://src.chromium.org/svn/trunk/src/
    
  
    Issue 150188:
  Use native Cocoa tooltips instead of Mozilla's ToolTip class.  (Closed) 
  Base URL: http://src.chromium.org/svn/trunk/src/| Index: chrome/chrome.gyp | 
| =================================================================== | 
| --- chrome/chrome.gyp (revision 19944) | 
| +++ chrome/chrome.gyp (working copy) | 
| @@ -1853,8 +1853,6 @@ | 
| '../third_party/mozilla/include/NSScreen+Utils.m', | 
| '../third_party/mozilla/include/NSWorkspace+Utils.h', | 
| '../third_party/mozilla/include/NSWorkspace+Utils.m', | 
| - '../third_party/mozilla/include/ToolTip.h', | 
| - '../third_party/mozilla/include/ToolTip.mm', | 
| ], | 
| 'include_dirs': [ | 
| '../third_party/GTM', |