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 6c0b5f06442db9c3e8617b93481867319ee0469c..e25d0636c540bc888b8aedb6662239ebe56d65ec 100644 |
| --- a/chrome/common/extensions/api/app_window.idl |
| +++ b/chrome/common/extensions/api/app_window.idl |
| @@ -102,7 +102,8 @@ namespace app.window { |
| // window with the same id already exists that window is activated instead. |
| // If you do want to create multiple windows with the same id, you can |
| // set this property to false. |
| - boolean? singleton; |
| + // (Deprecated; multiple windows with the same id is no longer supported.) |
|
benwells
2013/11/04 01:54:01
Update doco for ID to mention that if a window wit
|
| + [nodoc] boolean? singleton; |
| // If true, the window will stay above most other windows. If there are |
| // multiple windows of this kind, the currently focused window will be in |