| Index: chrome/browser/guest_view/extension_options/extension_options_constants.cc
|
| diff --git a/chrome/browser/guest_view/extension_options/extension_options_constants.cc b/chrome/browser/guest_view/extension_options/extension_options_constants.cc
|
| index 40bfec0810a30012e2854a84028caf423b6365d8..ab431c969adaf0b1e397e2b9143678cd17372530 100644
|
| --- a/chrome/browser/guest_view/extension_options/extension_options_constants.cc
|
| +++ b/chrome/browser/guest_view/extension_options/extension_options_constants.cc
|
| @@ -6,6 +6,15 @@
|
|
|
| namespace extensionoptions {
|
|
|
| +// Attributes.
|
| +const char kAttributeAutoSize[] = "autosize";
|
| +const char kAttributeMaxHeight[] = "maxheight";
|
| +const char kAttributeMaxWidth[] = "maxwidth";
|
| +const char kAttributeMinHeight[] = "minheight";
|
| +const char kAttributeMinWidth[] = "minwidth";
|
| +
|
| const char kExtensionId[] = "extensionId";
|
| +const char kHeight[] = "height";
|
| +const char kWidth[] = "width";
|
|
|
| } // namespace extensionoptions
|
|
|