| Index: content/shell/shell.h
|
| diff --git a/content/shell/shell.h b/content/shell/shell.h
|
| index a5259e3ea12524387ef66d9f9ccc1c28d21a7955..bc27e7d01c4935524c2a9f8c5e0980300dffcb65 100644
|
| --- a/content/shell/shell.h
|
| +++ b/content/shell/shell.h
|
| @@ -139,6 +139,8 @@ class Shell : public WebContentsDelegate,
|
| int32 line_no,
|
| const string16& source_id) OVERRIDE;
|
| virtual void RendererUnresponsive(WebContents* source) OVERRIDE;
|
| + virtual void ActivateContents(WebContents* contents) OVERRIDE;
|
| + virtual void DeactivateContents(WebContents* contents) OVERRIDE;
|
|
|
| private:
|
| enum UIControl {
|
|
|