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

Unified Diff: chrome/browser/ui/cocoa/tabpose_window.h

Issue 5960008: Make thumbnails closable in tabpose (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 9 years, 11 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/app/theme/theme_resources.grd ('k') | chrome/browser/ui/cocoa/tabpose_window.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/tabpose_window.h
diff --git a/chrome/browser/ui/cocoa/tabpose_window.h b/chrome/browser/ui/cocoa/tabpose_window.h
index b798bccb476df052576edd88bc7dd1dd311be266..d8ec0a25555a2b2e29095b02921daed7eda0c87e 100644
--- a/chrome/browser/ui/cocoa/tabpose_window.h
+++ b/chrome/browser/ui/cocoa/tabpose_window.h
@@ -73,6 +73,13 @@ class TabStripModelObserverBridge;
// Informs us of added/removed/updated tabs.
scoped_ptr<TabStripModelObserverBridge> tabStripModelObserverBridge_;
+
+ // The icon used for the closebutton layers.
+ base::mac::ScopedCFTypeRef<CGImageRef> closeIcon_;
+
+ // True if all close layers should be shown (as opposed to just the close
+ // layer of the currently selected thumbnail).
+ BOOL showAllCloseLayers_;
}
// Shows a TabposeWindow on top of |parent|, with |rect| being the active area.
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/cocoa/tabpose_window.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698