Index: chrome/browser/cocoa/tab_controller.h |
diff --git a/chrome/browser/cocoa/tab_controller.h b/chrome/browser/cocoa/tab_controller.h |
index 36ddad1c4256aa4be497377e7955a4cb7699d608..1c43b6dd788bd50db132bece17e26920f6b3923f 100644 |
--- a/chrome/browser/cocoa/tab_controller.h |
+++ b/chrome/browser/cocoa/tab_controller.h |
@@ -8,6 +8,7 @@ |
#import <Cocoa/Cocoa.h> |
#import "chrome/browser/cocoa/hover_close_button.h" |
#include "chrome/browser/tab_menu_model.h" |
+#include "chrome/browser/view_ids.h" |
// The loading/waiting state of the tab. |
enum TabLoadingState { |
@@ -102,6 +103,10 @@ class MenuDelegate; |
// Update the title color to match the tabs current state. |
- (void)updateTitleColor; |
+ |
+// Returns the ViewID of the tab. |
+- (ViewID)viewID; |
+ |
@end |
@interface TabController(TestingAPI) |