| Index: trunk/src/chrome/browser/guest_view/web_view/web_view_constants.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/guest_view/web_view/web_view_constants.h (revision 287745)
|
| +++ trunk/src/chrome/browser/guest_view/web_view/web_view_constants.h (working copy)
|
| @@ -9,13 +9,6 @@
|
|
|
| namespace webview {
|
|
|
| -// Attributes.
|
| -extern const char kAttributeAutoSize[];
|
| -extern const char kAttributeMaxHeight[];
|
| -extern const char kAttributeMaxWidth[];
|
| -extern const char kAttributeMinHeight[];
|
| -extern const char kAttributeMinWidth[];
|
| -
|
| // Events.
|
| extern const char kEventClose[];
|
| extern const char kEventConsoleMessage[];
|
|
|