| Index: chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h
|
| diff --git a/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h b/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h
|
| index 0350c7d468a1251fe3981fefd347a97aa51d4575..532f7ae874b9b03987da623d264d005889fb68eb 100644
|
| --- a/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h
|
| +++ b/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h
|
| @@ -15,8 +15,10 @@ class ChromeAppViewGuestDelegate : public AppViewGuestDelegate {
|
| ChromeAppViewGuestDelegate();
|
| ~ChromeAppViewGuestDelegate() override;
|
|
|
| + // AppViewGuestDelegate interface
|
| bool HandleContextMenu(content::WebContents* web_contents,
|
| const content::ContextMenuParams& params) override;
|
| + AppDelegate* CreateAppDelegate() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ChromeAppViewGuestDelegate);
|
|
|