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

Side by Side Diff: chrome/browser/cocoa/tab_controller.h

Issue 118095: Display a tooltip when mousing over a tab title. (Closed)
Patch Set: now with unit test goodness Created 11 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_COCOA_TAB_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_COCOA_TAB_CONTROLLER_H_
6 #define CHROME_BROWSER_COCOA_TAB_CONTROLLER_H_ 6 #define CHROME_BROWSER_COCOA_TAB_CONTROLLER_H_
7 7
8 #import <Cocoa/Cocoa.h> 8 #import <Cocoa/Cocoa.h>
9 9
10 @class TabView; 10 @class TabView;
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 // perform the close. 55 // perform the close.
56 - (IBAction)closeTab:(id)sender; 56 - (IBAction)closeTab:(id)sender;
57 57
58 // Replace the current icon view with the given view. |iconView| will be 58 // Replace the current icon view with the given view. |iconView| will be
59 // resized to the size of the current icon view. 59 // resized to the size of the current icon view.
60 - (void)setIconView:(NSView*)iconView; 60 - (void)setIconView:(NSView*)iconView;
61 - (NSView*)iconView; 61 - (NSView*)iconView;
62 62
63 @end 63 @end
64 64
65 @interface TabController(TestingAPI)
66 - (NSString *)toolTip;
67 @end // TabController(TestingAPI)
68
65 #endif // CHROME_BROWSER_COCOA_TAB_CONTROLLER_H_ 69 #endif // CHROME_BROWSER_COCOA_TAB_CONTROLLER_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/cocoa/tab_controller.mm » ('j') | chrome/browser/cocoa/tab_controller_unittest.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698