Index: chrome/common/extensions/api/app_window.idl |
diff --git a/chrome/common/extensions/api/app_window.idl b/chrome/common/extensions/api/app_window.idl |
index dd576d5eb0b1a11f779ccffa1122a1d802ca5fd1..ca0fa4763cb306497b4146f82caf5b60773b9b00 100644 |
--- a/chrome/common/extensions/api/app_window.idl |
+++ b/chrome/common/extensions/api/app_window.idl |
@@ -9,18 +9,6 @@ namespace app.window { |
// with the same id (and no explicit size or position) is later opened. |
DOMString? id; |
- // Default width of the window. |
- long? defaultWidth; |
- |
- // Default height of the window. |
- long? defaultHeight; |
- |
- // Default X coordinate of the window. |
- long? defaultLeft; |
- |
- // Default Y coordinate of the window. |
- long? defaultTop; |
- |
// Width of the window. |
long? width; |