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

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h

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_win.h
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h
index d142604c45b0be1aeedc69da358537494bfb6a42..ecc4026f01bbcd7f664fd82daa0363a30b72e7df 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h
@@ -19,6 +19,8 @@ class NativeTabContentsContainerWin : public NativeTabContentsContainer,
virtual void AttachContents(TabContents* contents) OVERRIDE;
virtual void DetachContents(TabContents* contents) OVERRIDE;
virtual void SetFastResize(bool fast_resize) OVERRIDE;
+ virtual bool GetFastResize() const OVERRIDE;
+ virtual bool FastResizeAtLastLayout() const OVERRIDE;
virtual void RenderViewHostChanged(RenderViewHost* old_host,
RenderViewHost* new_host) OVERRIDE;
virtual void TabContentsFocused(TabContents* tab_contents) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698