summaryrefslogtreecommitdiffstats
path: root/chrome/common/win_util.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-09 20:41:27 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-09 20:41:27 +0000
commitbc2f935b5525528f5b2c90c8de3a94be7d56b369 (patch)
tree0dd06a589ce5178789a8ec3f61e85c4b5553c614 /chrome/common/win_util.h
parent83eb8970409e92ca196b42d9d6fc1ae504ed6f3a (diff)
downloadchromium_src-bc2f935b5525528f5b2c90c8de3a94be7d56b369.zip
chromium_src-bc2f935b5525528f5b2c90c8de3a94be7d56b369.tar.gz
chromium_src-bc2f935b5525528f5b2c90c8de3a94be7d56b369.tar.bz2
Back out r10845 because it caused too many other regressions.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/win_util.h')
-rw-r--r--chrome/common/win_util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/common/win_util.h b/chrome/common/win_util.h
index 8e703cb..c93b098 100644
--- a/chrome/common/win_util.h
+++ b/chrome/common/win_util.h
@@ -211,10 +211,6 @@ void AdjustWindowToFit(HWND hwnd);
void CenterAndSizeWindow(HWND parent, HWND window, const SIZE& pref,
bool pref_is_client);
-// Returns true if edge |edge| (one of ABE_LEFT, TOP, RIGHT, or BOTTOM) of
-// monitor |monitor| has an auto-hiding taskbar.
-bool EdgeHasAutoHideTaskbar(UINT edge, HMONITOR monitor);
-
// Duplicates a section handle from another process to the current process.
// Returns the new valid handle if the function succeed. NULL otherwise.
HANDLE GetSectionFromProcess(HANDLE section, HANDLE process, bool read_only);
@@ -278,9 +274,6 @@ int MessageBox(HWND hwnd,
// Returns the system set window title font.
ChromeFont GetWindowTitleFont();
-// The thickness of an auto-hide taskbar in pixels.
-extern const int kAutoHideTaskbarThicknessPx;
-
} // namespace win_util
#endif // CHROME_COMMON_WIN_UTIL_H_