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

Unified Diff: content/browser/browser_plugin/browser_plugin_embedder.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: Implement first allow/deny wins, still requires preventDefault impl + now tests pass. Created 7 years, 11 months 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.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
index b8450070f171e9a4aa3d27813860789e82f3680d..9ae6adc9d6008d53b8c75b9a6a1c55fb5d0174d5 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h
@@ -126,6 +126,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver,
int request_id,
const gfx::Point& position);
void OnPluginDestroyed(int instance_id);
+ void OnAllowMediaAccess(int instance_id, int request_id, bool should_allow);
void OnSwapBuffersACK(int route_id,
int gpu_host_id,
const std::string& mailbox_name,

Powered by Google App Engine
This is Rietveld 408576698