Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 12184029: Make pnacl install on demand when it is not already installed. (Closed)

Created:
7 years, 10 months ago by jvoung (off chromium)
Modified:
7 years, 5 months ago
Reviewers:
CC:
chromium-reviews, native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Make pnacl install on demand when it is not already installed. There is no UI yet, but it should install within a few seconds, then proceed to run a pnacl application. If there is an error, or the install times out then we will see an error in the Javascript console, emitted by the pnacl_coordinator. BUG=107438

Patch Set 1 #

Patch Set 2 : without notification service #

Patch Set 3 : document and fix timeout #

Patch Set 4 : forward decl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -51 lines) Patch
M chrome/browser/component_updater/component_updater_service.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/component_updater/component_updater_service.cc View 1 2 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/component_updater/pnacl/pnacl_component_installer.h View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/component_updater/pnacl/pnacl_component_installer.cc View 1 2 12 chunks +145 lines, -46 lines 0 comments Download
M chrome/browser/nacl_host/pnacl_file_host.cc View 1 2 chunks +56 lines, -5 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698