Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index 3f7906797b17a7b6cf16e79697962c4b2908fb04..f3548a6d2ef2dbbb5cccba8bb9f27aacdcdcf30e 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -105,10 +105,6 @@ class Panel : public BaseWindow, |
// b) it remains on top when an app exits full screen mode. |
void FullScreenModeChanged(bool is_full_screen); |
- // Ensures that the panel is fully visible, that is, not obscured by other |
- // top-most windows. |
- void EnsureFullyVisible(); |
- |
int TitleOnlyHeight() const; |
// Returns true if the panel can show minimize or restore button in its |