Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / first_run / app / background.js
index 08cb158..5d1ba84 100644 (file)
@@ -4,12 +4,9 @@
 
 chrome.app.runtime.onLaunched.addListener(function() {
   chrome.app.window.create('main.html', {
-    'bounds': {
-      'width': 800,
-      'height': 555
-    },
     'frame': 'none',
     'resizable': false,
+    'hidden': true,
   }, function(appWindow) {
     appWindow.contentWindow.appWindow = appWindow;
   });