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

Side by Side Diff: chrome/browser/cocoa/toolbar_compressable.h

Issue 384105: Mac: Animate the bookmark bar showing/hiding. (Closed)
Patch Set: Comments added per rohitrao's review. Created 11 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_COCOA_TOOLBAR_COMPRESSABLE_H_
6 #define CHROME_BROWSER_COCOA_TOOLBAR_COMPRESSABLE_H_
7
8 #include "chrome/browser/tabs/tab_strip_model.h"
9
10 #import <Cocoa/Cocoa.h>
11
12 // Defines a protocol that allows one view to tell another view that it should
13 // remove pixels from the bottom of the view. Only ToolbarController implements
14 // this, but it's a protocol for unit testing reasons.
15 @protocol ToolbarCompressable
16 - (void)setShouldBeCompressed:(BOOL)compressed;
17 @end
18
19 #endif // CHROME_BROWSER_COCOA_TOOLBAR_COMPRESSABLE_H_
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/browser_window_controller_unittest.mm ('k') | chrome/browser/cocoa/toolbar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698