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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/panels/bottom_bar_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« 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