| Index: remoting/webapp/background.js
|
| diff --git a/chrome/browser/resources/apps_debugger/background.js b/remoting/webapp/background.js
|
| similarity index 94%
|
| copy from chrome/browser/resources/apps_debugger/background.js
|
| copy to remoting/webapp/background.js
|
| index fc106f2b4f78ee98e6cd495de8b63f13fb78e3b2..290b43a0ee6929c268999f22f9a4494d3c049d8f 100644
|
| --- a/chrome/browser/resources/apps_debugger/background.js
|
| +++ b/remoting/webapp/background.js
|
| @@ -4,7 +4,7 @@
|
|
|
| chrome.app.runtime.onLaunched.addListener(function() {
|
| chrome.app.window.create('main.html', {
|
| - 'width': 600,
|
| + 'width': 800,
|
| 'height': 600
|
| });
|
| });
|
|
|