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

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

Issue 24576003: <webview>: Change how plugin load works inside guests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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 8df6c3fe4194b87664f586fccc6ab69f7ffce234..196b4a4bcddd71a3770fc05130b7ac73cfb87594 100644
--- a/content/public/common/browser_plugin_permission_type.h
+++ b/content/public/common/browser_plugin_permission_type.h
@@ -28,7 +28,9 @@ enum BrowserPluginPermissionType {
// Note: Even through dialogs do not use the permission API, the dialog API
// is sufficiently similiar that it's convenient to consider it a permission
// type for code reuse.
- BROWSER_PLUGIN_PERMISSION_TYPE_JAVASCRIPT_DIALOG
+ BROWSER_PLUGIN_PERMISSION_TYPE_JAVASCRIPT_DIALOG,
+
+ BROWSER_PLUGIN_PERMISSION_TYPE_LOAD_PLUGIN,
};
#endif // CONTENT_COMMON_BROWSER_PLUGIN_PERMISSION_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698