| Index: chrome/browser/ui/apps/chrome_app_delegate.h
|
| diff --git a/chrome/browser/ui/apps/chrome_app_delegate.h b/chrome/browser/ui/apps/chrome_app_delegate.h
|
| index 4e7c7d4f01e6db440058398c358ec1d1e3fc9ad1..7fe1bf4f742f8c0dd1895e0ae113500a359cabbb 100644
|
| --- a/chrome/browser/ui/apps/chrome_app_delegate.h
|
| +++ b/chrome/browser/ui/apps/chrome_app_delegate.h
|
| @@ -62,6 +62,8 @@ class ChromeAppDelegate : public extensions::AppDelegate,
|
| bool blocked) override;
|
| bool IsWebContentsVisible(content::WebContents* web_contents) override;
|
| void SetTerminatingCallback(const base::Closure& callback) override;
|
| + void OnHide() override;
|
| + void OnShow() override;
|
|
|
| // content::NotificationObserver:
|
| void Observe(int type,
|
|
|