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

Unified Diff: content/browser/browser_plugin/browser_plugin_embedder_helper.h

Issue 11093080: <webview>: First stab at implementing media permission request for guests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add todo for auto deny when no listeners attached. Created 8 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: content/browser/browser_plugin/browser_plugin_embedder_helper.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder_helper.h b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
index 654441a9cb6f64b2034246a77f7419fa8968090f..65c4b224d27e4f80100d5d2310572e547fd15853 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder_helper.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
@@ -9,8 +9,8 @@
#include "base/compiler_specific.h"
#include "content/public/browser/render_view_host_observer.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebDragStatus.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebDragStatus.h"
namespace IPC {
class Message;
@@ -88,6 +88,7 @@ class BrowserPluginEmbedderHelper : public RenderViewHostObserver {
void OnPluginAtPositionResponse(int instance_id,
int request_id,
const gfx::Point& position);
+ void OnAllowMediaAccess(int instance_id, int request_id, bool allow);
BrowserPluginEmbedder* embedder_;

Powered by Google App Engine
This is Rietveld 408576698