Chromium Code Reviews| 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 227c38f36e732ec8fecc291b63d9966d62eef28d..c18d7bb7a4555567e6483141235cdedf7f97f312 100644 |
| --- a/chrome/common/extensions/api/app_window.idl |
| +++ b/chrome/common/extensions/api/app_window.idl |
| @@ -69,7 +69,9 @@ namespace app.window { |
| // Type of window to create. |
| [nodoc] WindowType? type; |
| - // Frame type: 'none' or 'chrome' (defaults to 'chrome'). |
| + // Frame type: 'none' or 'chrome' (defaults to 'chrome'). For 'none', |
| + // the -webkit-app-region CSS property can be used to apply draggability |
|
scheib
2013/09/15 04:35:15
.
This appears to be the only place we will have t
Greg Billock
2013/09/16 17:47:19
Yeah, I was talking to a developer who found this
|
| + // to the app's window. |
| DOMString? frame; |
| // Size and position of the content in the window (excluding the titlebar). |