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

Unified Diff: chrome/browser/ui/views/frame/contents_container.h

Issue 12386019: Instant: Use only one hidden WebContents per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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
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_;
}

Powered by Google App Engine
This is Rietveld 408576698