Chromium Code Reviews| 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 |
|
Yoyo Zhou
2014/12/19 23:47:26
nit: I think a common style for this is just
// Ap
lfg
2014/12/22 16:34:57
Done.
|
| bool HandleContextMenu(content::WebContents* web_contents, |
| const content::ContextMenuParams& params) override; |
| + AppDelegate* CreateAppDelegate() override; |
| private: |
| DISALLOW_COPY_AND_ASSIGN(ChromeAppViewGuestDelegate); |