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

Unified Diff: chrome/browser/cocoa/tab_controller.h

Issue 2973004: [Mac]Implement ViewID support. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Turns out that, it's not a good solution. Created 10 years, 5 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
« no previous file with comments | « chrome/browser/cocoa/tab_contents_controller.mm ('k') | chrome/browser/cocoa/tab_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/browser/cocoa/tab_contents_controller.mm ('k') | chrome/browser/cocoa/tab_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698