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

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: missing-file 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..06c36fb8e29f045a8c81727341538da9972b5bdc 100644
--- a/content/public/common/browser_plugin_permission_type.h
+++ b/content/public/common/browser_plugin_permission_type.h
@@ -28,7 +28,11 @@ 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,
+ BROWSER_PLUGIN_PERMISSION_TYPE_MAX =
+ BROWSER_PLUGIN_PERMISSION_TYPE_CONTENT_END + 10,
};
#endif // CONTENT_COMMON_BROWSER_PLUGIN_PERMISSION_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698