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

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: Reup patch, with new style event handling + fix tests. Created 8 years, 1 month 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 678d1ca15c27d7a20957498e20397d534f1a36eb..e17d3abf0e32b154a9a1350c08a0afd7ba4a00a2 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;
@@ -85,6 +85,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