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

Issue 2441001: Move net::HTTPSProber from net_base to net (Closed)

Created:
10 years, 6 months ago by Mattias Nissler (ping if slow)
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Move net::HTTPSProber from net_base to net 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. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48632

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M net/net.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
A + net/url_request/https_prober.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/url_request/https_prober.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_http_job.cc View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Mattias Nissler (ping if slow)
Please review. Only moves code around in order to make libnet_base.so not depend on libnet.so ...
10 years, 6 months ago (2010-05-31 18:49:33 UTC) #1
agl
TBR LGTM On May 31, 2010 2:49 PM, <mnissler@chromium.org> wrote: > Reviewers: agl, Jochen Eisinger, ...
10 years, 6 months ago (2010-05-31 18:58:13 UTC) #2
jochen (gone - plz use gerrit)
10 years, 6 months ago (2010-06-01 07:16:51 UTC) #3
lgtm pending trybot happiness

Powered by Google App Engine
This is Rietveld 408576698