| Index: chrome/browser/ui/browser.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser.h (revision 212906)
|
| +++ chrome/browser/ui/browser.h (working copy)
|
| @@ -573,8 +573,6 @@
|
| const string16& frame_name,
|
| const GURL& target_url,
|
| content::WebContents* new_contents) OVERRIDE;
|
| - virtual void ContentRestrictionsChanged(
|
| - content::WebContents* source) OVERRIDE;
|
| virtual void RendererUnresponsive(content::WebContents* source) OVERRIDE;
|
| virtual void RendererResponsive(content::WebContents* source) OVERRIDE;
|
| virtual void WorkerCrashed(content::WebContents* source) OVERRIDE;
|
|
|