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

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..257b3913d0126849fb821f6032e714e969621ded 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_CONTENT_END,
};
#endif // CONTENT_COMMON_BROWSER_PLUGIN_PERMISSION_TYPE_H_
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/shim/main.js ('k') | tools/metrics/actions/chromeactions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698