Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4081)

Unified Diff: chrome/common/extensions/api/app_window.idl

Issue 11362003: Make app windows restore position even if bounds are explicitly specified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698