Index: trunk/src/chrome/browser/guest_view/extension_options/extension_options_constants.h |
=================================================================== |
--- trunk/src/chrome/browser/guest_view/extension_options/extension_options_constants.h (revision 291327) |
+++ trunk/src/chrome/browser/guest_view/extension_options/extension_options_constants.h (working copy) |
@@ -18,13 +18,9 @@ |
extern const char kAttributeMinWidth[]; |
extern const char kExtensionId[]; |
+extern const char kHeight[]; |
+extern const char kWidth[]; |
-// SizeChanged event properties. |
-extern const char kNewHeight[]; |
-extern const char kNewWidth[]; |
-extern const char kOldHeight[]; |
-extern const char kOldWidth[]; |
- |
} // namespace extensionoptions |
#endif // CHROME_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_ |