diff options
Diffstat (limited to 'content/common/browser_plugin/browser_plugin_constants.cc')
-rw-r--r-- | content/common/browser_plugin/browser_plugin_constants.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/browser_plugin/browser_plugin_constants.cc b/content/common/browser_plugin/browser_plugin_constants.cc index d936b3d..ea3925d 100644 --- a/content/common/browser_plugin/browser_plugin_constants.cc +++ b/content/common/browser_plugin/browser_plugin_constants.cc @@ -31,6 +31,7 @@ const char kEventInternalInstanceIDAllocated[] = "instanceid-allocated"; const char kEventInternalTrackedObjectGone[] = "trackedobjectgone"; // Attributes. +const char kAttributeAllowTransparency[] = "allowtransparency"; const char kAttributeApi[] = "api"; const char kAttributeAutoSize[] = "autosize"; const char kAttributeContentWindow[] = "contentWindow"; |