Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / file_manager / file_manager / foreground / js / app_installer.js
index 7914d6e..ce3ff70 100644 (file)
@@ -52,6 +52,7 @@ AppInstaller.prototype.install = function(callback) {
   this.callback_ = callback;
   chrome.fileBrowserPrivate.installWebstoreItem(
       this.itemId_,
+      false,  // Shows installation prompt.
       function() {
         this.onInstallCompleted_(chrome.runtime.lastError);
       }.bind(this));