Functions for accessing app window properties, and modifying AppWindow-specifics
such as min/max size.
was: chrome.appWindow.{update|getProperties|getAll}()
now: chrome.app.window.AppWindow.get{Id,Position,Size,...}()
First cut is an API flavour with some encapsulation of 2D (x,y) values
but otherwise leaving properties "unbagged"
BUG=
134068
closed: split into
https://chromiumcodereview.appspot.com/10910304/, and a later CL that will diverge a lot from this