| Index: chrome/browser/guest_view/extension_options/extension_options_constants.h
|
| diff --git a/chrome/browser/guest_view/extension_options/extension_options_constants.h b/chrome/browser/guest_view/extension_options/extension_options_constants.h
|
| index 17cd53548df8d9bf2d50be5f3eebf88112d70ec9..08efd57008ae7192e87ef50b9f3c2291e93b48c4 100644
|
| --- a/chrome/browser/guest_view/extension_options/extension_options_constants.h
|
| +++ b/chrome/browser/guest_view/extension_options/extension_options_constants.h
|
| @@ -7,7 +7,16 @@
|
|
|
| namespace extensionoptions {
|
|
|
| +// Attributes.
|
| +extern const char kAttributeAutoSize[];
|
| +extern const char kAttributeMaxHeight[];
|
| +extern const char kAttributeMaxWidth[];
|
| +extern const char kAttributeMinHeight[];
|
| +extern const char kAttributeMinWidth[];
|
| +
|
| extern const char kExtensionId[];
|
| +extern const char kHeight[];
|
| +extern const char kWidth[];
|
|
|
| } // namespace extensionoptions
|
|
|
|
|