| Index: chrome/common/extensions/docs/examples/api/desktopCapture/background.js
|
| diff --git a/chrome/common/extensions/docs/examples/api/desktopCapture/background.js b/chrome/common/extensions/docs/examples/api/desktopCapture/background.js
|
| index 332b45159f8573dc994c65cfaf2b294077852384..30e4779cfbaea2dc37abd97f05fb23818c83cd82 100644
|
| --- a/chrome/common/extensions/docs/examples/api/desktopCapture/background.js
|
| +++ b/chrome/common/extensions/docs/examples/api/desktopCapture/background.js
|
| @@ -6,7 +6,7 @@ chrome.app.runtime.onLaunched.addListener(function() {
|
| chrome.app.window.create('index.html', {
|
| bounds: {
|
| width: 1080,
|
| - height: 420
|
| + height: 550
|
| }
|
| });
|
| });
|
|
|