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

Issue 9959033: Move NextProto enum to a new file net/socket/next_proto.h (Closed)

Created:
8 years, 8 months ago by Ryan Hamilton
Modified:
8 years, 8 months ago
Reviewers:
wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Move NextProto enum to a new file net/socket/next_proto.h BUG=120890 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=130038

Patch Set 1 #

Patch Set 2 : Unwrap short lines. #

Total comments: 8

Patch Set 3 : Address wtc's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -242 lines) Patch
M net/http/http_network_layer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_network_transaction_spdy21_unittest.cc View 20 chunks +24 lines, -24 lines 0 comments Download
M net/http/http_network_transaction_spdy2_unittest.cc View 20 chunks +24 lines, -24 lines 0 comments Download
M net/http/http_network_transaction_spdy3_unittest.cc View 20 chunks +24 lines, -24 lines 0 comments Download
M net/http/http_pipelined_connection.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_pipelined_connection_impl.h View 4 chunks +4 lines, -4 lines 0 comments Download
M net/http/http_pipelined_connection_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_pipelined_connection_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_host.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_host_forced.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_host_forced.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_host_forced_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_pipelined_host_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_host_impl_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M net/http/http_pipelined_host_pool.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_host_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_host_pool_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_pipelined_host_test_util.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_pipelined_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_proxy_client_socket.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_proxy_client_socket.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M net/http/http_proxy_client_socket_pool.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_proxy_client_socket_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_proxy_client_socket_pool_spdy21_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_proxy_client_socket_pool_spdy2_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_proxy_client_socket_pool_spdy3_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl_job.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_impl_request.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_stream_factory_impl_request.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M net/http/proxy_client_socket.h View 1 chunk +1 line, -1 line 0 comments Download
M net/net.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A net/socket/next_proto.h View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
M net/socket/socket_test_util.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M net/socket/socket_test_util.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M net/socket/socks_client_socket.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket.h View 4 chunks +5 lines, -20 lines 0 comments Download
M net/socket/ssl_client_socket.cc View 1 3 chunks +4 lines, -6 lines 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 9 chunks +10 lines, -10 lines 0 comments Download
M net/socket/stream_socket.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_http_stream.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M net/spdy/spdy_http_stream_spdy2_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_http_stream_spdy3_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_network_transaction_spdy21_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_network_transaction_spdy2_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_network_transaction_spdy3_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.h View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_spdy2_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 9 chunks +15 lines, -19 lines 0 comments Download
M net/spdy/spdy_session_spdy2_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_session_spdy3_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_stream_spdy2_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_stream_spdy3_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_websocket_stream_spdy2_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_websocket_stream_spdy3_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/websockets/websocket_job.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M net/websockets/websocket_job_spdy2_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/websockets/websocket_job_spdy3_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Ryan Hamilton
Hi Wan-Teh, as we discussed, this CL move the NextProto into a new header file ...
8 years, 8 months ago (2012-03-30 19:04:02 UTC) #1
wtc
Patch set 2 LGTM. I suggest some changes. http://codereview.chromium.org/9959033/diff/1074/net/base/next_proto.h File net/base/next_proto.h (right): http://codereview.chromium.org/9959033/diff/1074/net/base/next_proto.h#newcode5 net/base/next_proto.h:5: #ifndef ...
8 years, 8 months ago (2012-03-30 20:53:51 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9959033/6001
8 years, 8 months ago (2012-03-30 21:08:30 UTC) #3
Ryan Hamilton
Thanks for the lgtm! http://codereview.chromium.org/9959033/diff/1074/net/base/next_proto.h File net/base/next_proto.h (right): http://codereview.chromium.org/9959033/diff/1074/net/base/next_proto.h#newcode5 net/base/next_proto.h:5: #ifndef NET_BASE_NEXT_PROTO_H_ On 2012/03/30 20:53:51, ...
8 years, 8 months ago (2012-03-30 21:12:13 UTC) #4
commit-bot: I haz the power
Try job failure for 9959033-6001 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 8 months ago (2012-03-31 00:15:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/9959033/6001
8 years, 8 months ago (2012-03-31 00:19:20 UTC) #6
commit-bot: I haz the power
8 years, 8 months ago (2012-03-31 03:58:49 UTC) #7
Change committed as 130038

Powered by Google App Engine
This is Rietveld 408576698