Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1066)

Unified Diff: chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h

Issue 820583002: Adds support for media permission request handling on <appview> tag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698