forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove PNaCl's RequestFirstInstall, use resource throttle instead
This removes PNaCl's RequestFirstInstall and its use of the component updater OnDemand API. A different CL: https://codereview.chromium.org/25713007/ will do the OnDemand calls internally. This removes the async IPCs, callbacks, and observers that were used to support the old code. The new code just throttles/blocks the pexe URL request until OnDemand installation is done. Reverts: https://codereview.chromium.org/19863003/, plus other CLs. BUG=none R=cpu@chromium.org, dmichael@chromium.org TBR=jln Review URL: https://codereview.chromium.org/55463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232827 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
jvoung@google.com
committed
Nov 4, 2013
1 parent
59bda5a
commit 355c3aa
Showing
25 changed files
with
46 additions
and
628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
chrome/browser/component_updater/pnacl/pnacl_updater_observer.cc
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
chrome/browser/component_updater/pnacl/pnacl_updater_observer.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.