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..d9a29e497795eeefd2e9adfe451022222ce6df7d 100644 |
--- a/chrome/common/extensions/api/app_window.idl |
+++ b/chrome/common/extensions/api/app_window.idl |
@@ -69,7 +69,11 @@ 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 |
+ // to the app's window. "-webkit-app-region: drag" can be used to mark |
+ // regions draggable. "no-drag" can be used to disable this style on |
not at google - send to devlin
2013/09/16 18:18:41
put code snippets in <code>...</code> not "...".
Greg Billock
2013/09/16 18:21:58
Done.
|
+ // nested elements. |
DOMString? frame; |
// Size and position of the content in the window (excluding the titlebar). |