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..2826639abfcefe17688f376a4e2cad8f62115985 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: |
bool HandleContextMenu(content::WebContents* web_contents, |
const content::ContextMenuParams& params) override; |
+ AppDelegate* CreateAppDelegate() override; |
private: |
DISALLOW_COPY_AND_ASSIGN(ChromeAppViewGuestDelegate); |