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

Issue 2187893002: Move more client network code to //blimp/client/core/session. (Closed)

Created:
4 years, 4 months ago by nyquist
Modified:
4 years, 4 months ago
Reviewers:
Kevin M
CC:
chromium-reviews, anandc+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, gcasto+watch-blimp_chromium.org, nyquist+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, jessicag+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, lethalantidote+watch-blimp_chromium.org, dtrainor+watch-blimp_chromium.org, shaktisahu+watch-blimp_chromium.org, khushalsagar+watch-blimp_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move more client network code to //blimp/client/core/session. The BlimpClientSession will be going away, so this CL takes part of it and splits it up into smaller parts and moves them to //blimp/client/core/session. They will be used by the BlimpClientContextImpl. BUG=611097 Committed: https://crrev.com/14014dc154affce8602b0c81934b8a3718abd938 Cr-Commit-Position: refs/heads/master@{#408802}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Addressed nits #

Patch Set 3 : Fix thread checker #

Patch Set 4 : Add more explanatory comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -165 lines) Patch
M blimp/client/core/session/BUILD.gn View 1 chunk +6 lines, -0 lines 0 comments Download
A blimp/client/core/session/client_network_components.h View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
A blimp/client/core/session/client_network_components.cc View 1 2 1 chunk +91 lines, -0 lines 0 comments Download
A blimp/client/core/session/cross_thread_network_event_observer.h View 1 1 chunk +42 lines, -0 lines 0 comments Download
A blimp/client/core/session/cross_thread_network_event_observer.cc View 1 chunk +32 lines, -0 lines 0 comments Download
A blimp/client/core/session/network_event_observer.h View 1 chunk +25 lines, -0 lines 0 comments Download
M blimp/client/session/blimp_client_session.h View 2 chunks +2 lines, -9 lines 0 comments Download
M blimp/client/session/blimp_client_session.cc View 1 2 chunks +10 lines, -156 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 14 (7 generated)
nyquist
kmarshall: PTAL
4 years, 4 months ago (2016-07-27 21:57:26 UTC) #2
Kevin M
lgtm % nits https://codereview.chromium.org/2187893002/diff/1/blimp/client/core/session/client_network_components.cc File blimp/client/core/session/client_network_components.cc (right): https://codereview.chromium.org/2187893002/diff/1/blimp/client/core/session/client_network_components.cc#newcode28 blimp/client/core/session/client_network_components.cc:28: connection_manager_ = base::WrapUnique(new ClientConnectionManager(this)); base::MakeUnique https://codereview.chromium.org/2187893002/diff/1/blimp/client/core/session/client_network_components.cc#newcode74 ...
4 years, 4 months ago (2016-07-29 18:56:03 UTC) #3
nyquist
all done https://codereview.chromium.org/2187893002/diff/1/blimp/client/core/session/client_network_components.cc File blimp/client/core/session/client_network_components.cc (right): https://codereview.chromium.org/2187893002/diff/1/blimp/client/core/session/client_network_components.cc#newcode28 blimp/client/core/session/client_network_components.cc:28: connection_manager_ = base::WrapUnique(new ClientConnectionManager(this)); On 2016/07/29 18:56:03, ...
4 years, 4 months ago (2016-07-29 21:07:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2187893002/20001
4 years, 4 months ago (2016-07-29 21:08:34 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2187893002/60001
4 years, 4 months ago (2016-07-29 22:04:22 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-07-29 23:22:42 UTC) #12
commit-bot: I haz the power
4 years, 4 months ago (2016-07-29 23:25:04 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/14014dc154affce8602b0c81934b8a3718abd938
Cr-Commit-Position: refs/heads/master@{#408802}

Powered by Google App Engine
This is Rietveld 408576698