Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move net::HTTPSProber from net_base to net | mnissler@chromium.org | 2010-06-01 | 1 | -0/+80 |
net::HTTPSProber belongs into the net library, where also it's only user net::URLRequest is living. This fixes undefined references in net_base caused by net::HTTPSProber when not linking against net. BUG=45493 TEST=Building hresolv with the plain ld linker in shared library configuration should not generate undefined references. Review URL: http://codereview.chromium.org/2441001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48632 0039d316-1c4b-4281-b951-d872f2087c98 |