Remove comments about remote buffer

Remove comments about remote buffer in browser-window.md, because remote
buffer now supports in remote module.
This commit is contained in:
Plusb Preco 2015-08-25 10:14:52 +09:00
parent dddfe902a3
commit 5a37f96434

View file

@ -589,10 +589,6 @@ called with `callback(image)`, the `image` is an instance of
[NativeImage](native-image.md) that stores data of the snapshot. Omitting the
`rect` would capture the whole visible page.
**Note:** Be sure to read documents on remote buffer in
[remote](remote.md) if you are going to use this API in renderer
process.
### BrowserWindow.print([options])
Same with `webContents.print([options])`