Index: chrome/browser/ui/panels/bottom_bar.h |
=================================================================== |
--- chrome/browser/ui/panels/bottom_bar.h (revision 0) |
+++ chrome/browser/ui/panels/bottom_bar.h (revision 0) |
@@ -0,0 +1,18 @@ |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CHROME_BROWSER_UI_PANELS_BOTTOM_BAR_H_ |
+#define CHROME_BROWSER_UI_PANELS_BOTTOM_BAR_H_ |
+#pragma once |
+ |
+// The file contains the helper functions to deal with the top-most system/app |
+// bar located at the bottom of the screen, like Windows taskbar or MacOSX dock. |
+// This bottom bar might be set to auto-hide. |
+ |
+bool IsBottomBarInAutoHideMode(); |
+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.
|
+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.
|
+bool IsBottomBarHidden(); |
+ |
+#endif // CHROME_BROWSER_UI_PANELS_BOTTOM_BAR_H_ |
Property changes on: chrome\browser\ui\panels\bottom_bar.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |