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

Unified Diff: content/public/common/browser_plugin_permission_type.h

Issue 235733002: <webview>: Move media request to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_geolocation_to_chrome
Patch Set: Updated UMA Created 6 years, 8 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/public/common/browser_plugin_permission_type.h
diff --git a/content/public/common/browser_plugin_permission_type.h b/content/public/common/browser_plugin_permission_type.h
index 9a17ef6bba52e0e1bc13b2e89587d2778f4e6388..d9584aec97c64d344c3d98aaf16a4f8fc527dd21 100644
--- a/content/public/common/browser_plugin_permission_type.h
+++ b/content/public/common/browser_plugin_permission_type.h
@@ -10,8 +10,6 @@ enum BrowserPluginPermissionType {
BROWSER_PLUGIN_PERMISSION_TYPE_UNKNOWN,
BROWSER_PLUGIN_PERMISSION_TYPE_DOWNLOAD,
- // Media access (audio/video) permission request type.
- BROWSER_PLUGIN_PERMISSION_TYPE_MEDIA,
BROWSER_PLUGIN_PERMISSION_TYPE_POINTER_LOCK,

Powered by Google App Engine
This is Rietveld 408576698