Index: trunk/src/content/common/browser_plugin/browser_plugin_constants.h |
=================================================================== |
--- trunk/src/content/common/browser_plugin/browser_plugin_constants.h (revision 287745) |
+++ trunk/src/content/common/browser_plugin/browser_plugin_constants.h (working copy) |
@@ -14,7 +14,14 @@ |
// Attributes. |
extern const char kAttributeAllowTransparency[]; |
+extern const char kAttributeAutoSize[]; |
extern const char kAttributeContentWindow[]; |
+extern const char kAttributeMaxHeight[]; |
+extern const char kAttributeMaxWidth[]; |
+extern const char kAttributeMinHeight[]; |
+extern const char kAttributeMinWidth[]; |
+extern const char kAttributeName[]; |
+extern const char kAttributePartition[]; |
extern const char kAttributeSrc[]; |
// Parameters/properties on events. |