| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 735fd9634929b6fc980d6db2e7073dbbf6ebba71..e45063b1adae2814070c7d20f247dea402613d6f 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -681,9 +681,9 @@ class Browser : public TabStripModelObserver,
|
| Profile* profile) OVERRIDE;
|
|
|
| // Overridden from ConstrainedWindowTabHelperDelegate:
|
| - virtual void SetTabContentBlocked(content::WebContents* web_contents,
|
| - bool blocked) OVERRIDE;
|
| - virtual bool GetConstrainedWindowTopCenter(gfx::Point* point) OVERRIDE;
|
| + virtual void SetWebContentsBlocked(content::WebContents* web_contents,
|
| + bool blocked) OVERRIDE;
|
| + virtual bool GetDialogTopCenter(gfx::Point* point) OVERRIDE;
|
|
|
| // Overridden from BlockedContentTabHelperDelegate:
|
| virtual content::WebContents* GetConstrainingWebContents(
|
|
|