| 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,
|
|
|