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

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

Issue 6250141: Sidebar mini tabs UI (views version).... Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/ui/cocoa/browser_window_controller.mm ('k') | chrome/browser/ui/cocoa/sidebar_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/sidebar_controller.h
===================================================================
--- chrome/browser/ui/cocoa/sidebar_controller.h (revision 74134)
+++ chrome/browser/ui/cocoa/sidebar_controller.h (working copy)
@@ -14,7 +14,7 @@
@class NSSplitView;
@class NSView;
-class TabContents;
+class TabContentsWrapper;
// A class that handles updates of the sidebar view within a browser window.
// It swaps in the relevant sidebar contents for a given TabContents or removes
@@ -37,10 +37,10 @@
// returns an NSSplitView, so provide a differently-named method.
- (NSSplitView*)splitView;
-// Depending on |contents|'s state, decides whether the sidebar
+// Depending on |tab|'s state, decides whether the sidebar
// should be shown or hidden and adjusts its width (|delegate_| handles
// the actual resize).
-- (void)updateSidebarForTabContents:(TabContents*)contents;
+- (void)updateSidebarForTab:(TabContentsWrapper*)tab;
// Call when the sidebar view is properly sized and the render widget host view
// should be put into the view hierarchy.
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller.mm ('k') | chrome/browser/ui/cocoa/sidebar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698