Fix installer download for apps v2.
commit5e34e783538b49c9ad1c67ef0296e88803c340c2
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 15 May 2014 20:36:26 +0000 (15 20:36 +0000)
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 15 May 2014 20:36:26 +0000 (15 20:36 +0000)
treef7d834bd60c372b84912872ad34bd79bcc506874
parent38be420f6c40d226438d85ff088e334ed1b2f4a8
Fix installer download for apps v2.

This is a poor-man's solution to unblock the apps v2 release. It causes an
existing Chrome window (or a new one if there aren't any) to download the
installer. This is needed because the v2 app doesn't have a brower context,
which means no download shelf for the user to click when the download completes.
The UX is pretty horrible because the Chrome window pops on top of the app
window, typically obscuring the instructions. I'm open to better solutions.

This also fixes a bug in the host setup and install dialogs, which were not
showing the translucent screen that normally obscures the main UI while a
modal dialog is open.

Review URL: https://codereview.chromium.org/282113002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270802 0039d316-1c4b-4281-b951-d872f2087c98
remoting/webapp/host_install_dialog.js
remoting/webapp/html/template_main.html