Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove registration of the extension protocol late in the init process. This | brettw@chromium.org | 2010-04-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | protocol is already getting registered by url_util.cc super early in the process, so this extra registration is redundant. Re-adding the protocol later apparently modifies the set that url_util uses, and when this happens there could be other threads reading it. BUG=41150 TEST=none Review URL: http://codereview.chromium.org/1545029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44476 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Revert previous incorrect change that tries to fix the nacl64 build failure. | brettw@chromium.org | 2010-03-06 | 1 | -0/+15 |
Supply a dummy implementation of url_util::AddStandardScheme that will allow us to link a 64-bit library on an otherwise 32-bit OS. We don't otherwise need googleurl (or else it wouldn't link for other reasons) so we're guaranteed not calling AddStandardScheme is OK. BUG=none TEST=none Review URL: http://codereview.chromium.org/668222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40822 0039d316-1c4b-4281-b951-d872f2087c98 |