| Index: content/common/browser_plugin/browser_plugin_constants.cc
|
| diff --git a/content/common/browser_plugin/browser_plugin_constants.cc b/content/common/browser_plugin/browser_plugin_constants.cc
|
| index d936b3d079a6942afe36fed635f1349c176bb3c5..ea3925dfd0e81acbe5ffb72dc117d30d8a5f6eba 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";
|
|
|