| 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 1303385249f6b14316cfa871787b772c460033ee..3ae692d1f0d3be8489bbe4a9934f8fdf9c49d38c 100644
|
| --- a/chrome/common/extensions/api/app_window.idl
|
| +++ b/chrome/common/extensions/api/app_window.idl
|
| @@ -4,7 +4,9 @@
|
|
|
| // Use the <code>chrome.app.window</code> API to create windows. Windows
|
| // have an optional frame with title bar and size controls. They are not
|
| -// associated with any Chrome browser windows.
|
| +// associated with any Chrome browser windows. See the <a
|
| +// href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/window-state">
|
| +// Window State Sample</a> for a demonstration of these options.
|
| namespace app.window {
|
|
|
| // Previously named Bounds.
|
|
|