| Index: content/shell/shell.cc
|
| ===================================================================
|
| --- content/shell/shell.cc (revision 154307)
|
| +++ content/shell/shell.cc (working copy)
|
| @@ -195,11 +195,12 @@
|
| Close();
|
| }
|
|
|
| -void Shell::WebContentsCreated(WebContents* source_contents,
|
| +bool Shell::WebContentsCreated(WebContents* source_contents,
|
| int64 source_frame_id,
|
| const GURL& target_url,
|
| WebContents* new_contents) {
|
| CreateShell(new_contents);
|
| + return true;
|
| }
|
|
|
| void Shell::DidNavigateMainFramePostCommit(WebContents* web_contents) {
|
|
|