Index: chrome/browser/ui/views/frame/contents_container.h |
diff --git a/chrome/browser/ui/views/frame/contents_container.h b/chrome/browser/ui/views/frame/contents_container.h |
index afb127ea6474982b60b42094dfd151c921633e39..b95edc875965fd510a56ba8ad07925414f2e7d38 100644 |
--- a/chrome/browser/ui/views/frame/contents_container.h |
+++ b/chrome/browser/ui/views/frame/contents_container.h |
@@ -46,10 +46,6 @@ class ContentsContainer : public views::View, |
InstantSizeUnits units, |
bool draw_drop_shadow); |
- // When the active content is reset and we have a visible overlay, |
- // the overlay must be stacked back at top. |
- void MaybeStackOverlayAtTop(); |
- |
content::WebContents* overlay_web_contents() const { |
return overlay_web_contents_; |
} |