| Index: chrome/browser/browser.h
|
| ===================================================================
|
| --- chrome/browser/browser.h (revision 36364)
|
| +++ chrome/browser/browser.h (working copy)
|
| @@ -571,6 +571,7 @@
|
| virtual void ContentsMouseEvent(
|
| TabContents* source, const gfx::Point& location, bool motion);
|
| virtual void ContentsZoomChange(bool zoom_in);
|
| + virtual void SetTabContentBlocked(TabContents* contents, bool blocked);
|
| virtual void TabContentsFocused(TabContents* tab_content);
|
| virtual bool TakeFocus(bool reverse);
|
| virtual bool IsApplication() const;
|
|
|