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

Issue 2639403005: Skip creating spdy_session_pool dump if pool is empty in MemoryDumpProvider (Closed)

Created:
3 years, 11 months ago by xunjieli
Modified:
3 years, 11 months ago
Reviewers:
ssid
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Skip creating spdy_session_pool dump if pool is empty in MemoryDumpProvider This CL skips creating a MemoryAllocatorDump for spdy_session_pool if the pool is empty. R=ssid@chromium.org BUG=677346, 669108 Review-Url: https://codereview.chromium.org/2639403005 Cr-Commit-Position: refs/heads/master@{#445203} Committed: https://chromium.googlesource.com/chromium/src/+/8397c08b01935f854e527ba42c9563ba852f1981

Patch Set 1 #

Patch Set 2 : self review #

Patch Set 3 : minor fix #

Total comments: 2

Patch Set 4 : early return #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M net/spdy/spdy_session_pool.cc View 1 2 3 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (11 generated)
ssid
Thanks for fixing lgtm.
3 years, 11 months ago (2017-01-20 20:23:06 UTC) #5
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/2639403005/40001
3 years, 11 months ago (2017-01-20 21:07:35 UTC) #8
ssid
https://codereview.chromium.org/2639403005/diff/40001/net/spdy/spdy_session_pool.cc File net/spdy/spdy_session_pool.cc (right): https://codereview.chromium.org/2639403005/diff/40001/net/spdy/spdy_session_pool.cc#newcode390 net/spdy/spdy_session_pool.cc:390: if (sessions_.empty()) Could do this at the start of ...
3 years, 11 months ago (2017-01-20 21:35:58 UTC) #9
xunjieli
https://codereview.chromium.org/2639403005/diff/40001/net/spdy/spdy_session_pool.cc File net/spdy/spdy_session_pool.cc (right): https://codereview.chromium.org/2639403005/diff/40001/net/spdy/spdy_session_pool.cc#newcode390 net/spdy/spdy_session_pool.cc:390: if (sessions_.empty()) On 2017/01/20 21:35:58, ssid wrote: > Could ...
3 years, 11 months ago (2017-01-20 21:45:26 UTC) #11
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/2639403005/60001
3 years, 11 months ago (2017-01-20 21:59:54 UTC) #14
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 23:14:33 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/8397c08b01935f854e527ba42c95...

Powered by Google App Engine
This is Rietveld 408576698