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

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc

Issue 8573029: Fixes regression where showing bookmark bar (or download shelf) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks Created 9 years, 1 month 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/tab_contents/native_tab_contents_container_views.cc
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc
index 5db696abb7c5045c7b0322946294dbb6bc61a683..2ca458705a1d223dec385245ded1e43afb0ccc11 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.cc
@@ -53,6 +53,14 @@ void NativeTabContentsContainerViews::DetachContents(TabContents* contents) {
void NativeTabContentsContainerViews::SetFastResize(bool fast_resize) {
}
+bool NativeTabContentsContainerViews::GetFastResize() const {
+ return false;
+}
+
+bool NativeTabContentsContainerViews::FastResizeAtLastLayout() const {
+ return false;
+}
+
void NativeTabContentsContainerViews::RenderViewHostChanged(
RenderViewHost* old_host,
RenderViewHost* new_host) {

Powered by Google App Engine
This is Rietveld 408576698