Index: trunk/src/chrome/browser/guest_view/web_view/web_view_constants.cc |
=================================================================== |
--- trunk/src/chrome/browser/guest_view/web_view/web_view_constants.cc (revision 287745) |
+++ trunk/src/chrome/browser/guest_view/web_view/web_view_constants.cc (working copy) |
@@ -6,13 +6,6 @@ |
namespace webview { |
-// Attributes. |
-const char kAttributeAutoSize[] = "autosize"; |
-const char kAttributeMaxHeight[] = "maxheight"; |
-const char kAttributeMaxWidth[] = "maxwidth"; |
-const char kAttributeMinHeight[] = "minheight"; |
-const char kAttributeMinWidth[] = "minwidth"; |
- |
// Events. |
const char kEventClose[] = "webViewInternal.onClose"; |
const char kEventConsoleMessage[] = "webViewInternal.onConsoleMessage"; |