Index: chrome/common/win_util.h |
=================================================================== |
--- chrome/common/win_util.h (revision 12889) |
+++ chrome/common/win_util.h (working copy) |
@@ -209,8 +209,8 @@ |
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); |
+// monitor |monitor| has an auto-hiding taskbar that's always-on-top. |
+bool EdgeHasTopmostAutoHideTaskbar(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. |