| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index de193c042bd1c334676ad34c583c049ab8b4f1d6..92cdc21cba33ae944f54327da745ecda0e4992cb 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -145,7 +145,7 @@ class Shell : public WebContentsDelegate,
|
| int32 line_no,
|
| const base::string16& source_id) override;
|
| void RendererUnresponsive(WebContents* source) override;
|
| - void ActivateContents(WebContents* contents) override;
|
| + void ActivateContents(WebContents* contents, bool user_gesture) override;
|
| void DeactivateContents(WebContents* contents) override;
|
| void WorkerCrashed(WebContents* source) override;
|
| bool HandleContextMenu(const content::ContextMenuParams& params) override;
|
|
|