Implement getters for app window bounds API
commitedaebc14675b0fed0d2f07f5c3469d9a3c971bf4
authortmdiep@chromium.org <tmdiep@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 27 Feb 2014 05:59:28 +0000 (27 05:59 +0000)
committertmdiep@chromium.org <tmdiep@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 27 Feb 2014 05:59:28 +0000 (27 05:59 +0000)
tree0ceadc689a8200bbeb28ee418063fe9a87cd5bc2
parent51a518e0c82679f770d2413a254924a4eb64892c
Implement getters for app window bounds API

This is the first patch for the new app window bounds API.
- The current Bounds class was renamed ContentBounds in order to
introduce a different Bounds class for the new API
- The properties of the innerBounds and outerBounds can now be read
- Some already deprecated bounds fields in CreateWindowOptions are no
longer documented

BUG=315471

Review URL: https://codereview.chromium.org/179393002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253729 0039d316-1c4b-4281-b951-d872f2087c98
apps/app_window.cc
chrome/browser/extensions/api/app_window/app_window_api.cc
chrome/common/extensions/api/app_window.idl
chrome/renderer/resources/extensions/app_window_custom_bindings.js