| Index: extensions/browser/guest_view/web_view/web_view_constants.h
|
| diff --git a/extensions/browser/guest_view/web_view/web_view_constants.h b/extensions/browser/guest_view/web_view/web_view_constants.h
|
| index d0a24e23c78cf6a4b6b53961501605a808c0ca63..b186edbcf4e18a501d8b12d309af4039d497f87a 100644
|
| --- a/extensions/browser/guest_view/web_view/web_view_constants.h
|
| +++ b/extensions/browser/guest_view/web_view/web_view_constants.h
|
| @@ -10,11 +10,14 @@
|
| namespace webview {
|
|
|
| // Attributes.
|
| +extern const char kAttributeAllowTransparency[];
|
| extern const char kAttributeAutoSize[];
|
| extern const char kAttributeMaxHeight[];
|
| extern const char kAttributeMaxWidth[];
|
| extern const char kAttributeMinHeight[];
|
| extern const char kAttributeMinWidth[];
|
| +extern const char kAttributeName[];
|
| +extern const char kAttributeSrc[];
|
|
|
| // API namespace.
|
| // TODO(kalman): Consolidate this with the other API constants.
|
|
|