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

Side by Side Diff: chrome/browser/ui/panels/bottom_bar.h

Issue 7646003: Support auto-hide taskbar for panels on Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/ui/panels/bottom_bar_cocoa.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // Copyright (c) 2011 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_UI_PANELS_BOTTOM_BAR_H_
6 #define CHROME_BROWSER_UI_PANELS_BOTTOM_BAR_H_
7 #pragma once
8
9 // The file contains the helper functions to deal with the top-most system/app
10 // bar located at the bottom of the screen, like Windows taskbar or MacOSX dock.
11 // This bottom bar might be set to auto-hide.
12
13 bool IsBottomBarInAutoHideMode();
14 int GetBottomBarHeight();
Dmitry Titov 2011/08/15 17:55:18 Is it instant height, max height or some other hei
jianli 2011/08/15 18:32:56 Added more comment.
15 bool IsBottomBarFullyVisible();
Dmitry Titov 2011/08/15 17:55:18 What is expected return value of this and the next
jianli 2011/08/15 18:32:56 Added more comment.
16 bool IsBottomBarHidden();
17
18 #endif // CHROME_BROWSER_UI_PANELS_BOTTOM_BAR_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/panels/bottom_bar_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698