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

Unified 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, 7 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/cocoa/tab_controller.h
diff --git a/chrome/browser/cocoa/tab_controller.h b/chrome/browser/cocoa/tab_controller.h
index d7783b71c8fd5376daeb86e958d27f548f12c05d..7795ec3007ecc56815d345ffb726e70a307ee88e 100644
--- a/chrome/browser/cocoa/tab_controller.h
+++ b/chrome/browser/cocoa/tab_controller.h
@@ -62,4 +62,8 @@
@end
+@interface TabController(TestingAPI)
+- (NSString *)toolTip;
+@end // TabController(TestingAPI)
+
#endif // CHROME_BROWSER_COCOA_TAB_CONTROLLER_H_
« 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