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

Unified Diff: chrome/browser/ui/browser.h

Issue 7880003: content: Move constrained window code from TabContents to TabContentsWrapper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac regression now that shutdown timing was changed for views. Created 9 years, 3 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/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index ed58dab28f4964056673f19a45203578e2ad9012..cca874b95ef0a8ec586a969c787fe7d646a33fca 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -916,8 +916,6 @@ class Browser : public TabHandlerDelegate,
virtual void ContentsMouseEvent(
TabContents* source, const gfx::Point& location, bool motion) OVERRIDE;
virtual void ContentsZoomChange(bool zoom_in) OVERRIDE;
- virtual void SetTabContentBlocked(TabContents* contents,
- bool blocked) OVERRIDE;
virtual void TabContentsFocused(TabContents* tab_content) OVERRIDE;
virtual bool TakeFocus(bool reverse) OVERRIDE;
virtual bool IsApplication() const OVERRIDE;
@@ -1001,6 +999,9 @@ class Browser : public TabHandlerDelegate,
virtual void SwapTabContents(TabContentsWrapper* old_tab_contents,
TabContentsWrapper* new_tab_contents);
+ virtual void SetTabContentBlocked(TabContentsWrapper* contents,
+ bool blocked) OVERRIDE;
+
// Overridden from SearchEngineTabHelperDelegate:
virtual void ConfirmSetDefaultSearchProvider(
TabContents* tab_contents,

Powered by Google App Engine
This is Rietveld 408576698