| Index: extensions/shell/browser/shell_app_delegate.h
|
| diff --git a/extensions/shell/browser/shell_app_delegate.h b/extensions/shell/browser/shell_app_delegate.h
|
| index a5fff4aa05ae7549f6c6125eb9f854d2abc39f08..d2f1920cdd751dc243fb44d6bfbda3b19fdd81c9 100644
|
| --- a/extensions/shell/browser/shell_app_delegate.h
|
| +++ b/extensions/shell/browser/shell_app_delegate.h
|
| @@ -50,6 +50,8 @@ class ShellAppDelegate : public AppDelegate {
|
| bool blocked) override;
|
| bool IsWebContentsVisible(content::WebContents* web_contents) override;
|
| void SetTerminatingCallback(const base::Closure& callback) override;
|
| + void OnHide() override {}
|
| + void OnShow() override {}
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ShellAppDelegate);
|
|
|