| Index: content/shell/shell.h
|
| ===================================================================
|
| --- content/shell/shell.h (revision 154307)
|
| +++ content/shell/shell.h (working copy)
|
| @@ -105,7 +105,7 @@
|
| virtual void LoadProgressChanged(double progress) OVERRIDE;
|
| #endif
|
| virtual void CloseContents(WebContents* source) OVERRIDE;
|
| - virtual void WebContentsCreated(WebContents* source_contents,
|
| + virtual bool WebContentsCreated(WebContents* source_contents,
|
| int64 source_frame_id,
|
| const GURL& target_url,
|
| WebContents* new_contents) OVERRIDE;
|
|
|