| Index: trunk/src/content/common/browser_plugin/browser_plugin_constants.cc
|
| ===================================================================
|
| --- trunk/src/content/common/browser_plugin/browser_plugin_constants.cc (revision 287745)
|
| +++ trunk/src/content/common/browser_plugin/browser_plugin_constants.cc (working copy)
|
| @@ -13,7 +13,14 @@
|
|
|
| // Attributes.
|
| const char kAttributeAllowTransparency[] = "allowtransparency";
|
| +const char kAttributeAutoSize[] = "autosize";
|
| const char kAttributeContentWindow[] = "contentWindow";
|
| +const char kAttributeMaxHeight[] = "maxheight";
|
| +const char kAttributeMaxWidth[] = "maxwidth";
|
| +const char kAttributeMinHeight[] = "minheight";
|
| +const char kAttributeMinWidth[] = "minwidth";
|
| +const char kAttributeName[] = "name";
|
| +const char kAttributePartition[] = "partition";
|
| const char kAttributeSrc[] = "src";
|
|
|
| // Parameters/properties on events.
|
|
|